Skip to content

Instantly share code, notes, and snippets.

View lahmacun's full-sized avatar
🎯
Focusing

lahmacun

🎯
Focusing
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Document Title</title>
</head>
<body>
</body>
</html>
git config --list
git config --list --global
git config --global user.name "Mustafa Zahid Efe"
git config --global user.email "[email protected]"
@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