Skip to content

Instantly share code, notes, and snippets.

View lahmacun's full-sized avatar
🎯
Focusing

lahmacun

🎯
Focusing
View GitHub Profile
@lahmacun
lahmacun / git_notlari.md
Created June 9, 2017 16:10 — forked from mesuutt/git_notlari.md
Git notları

Neden git pull değilde git pull --rebase kullanılmalı

http://stackoverflow.com/a/7200641/1027507

Dosyaları silmeden son yapılan commiti silmek

git reset --soft HEAD~1

Remoteda olup localde olmayan branchi indirip üzerinde çalışmaya başlamak