Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 186 Bytes

NOTES.md

File metadata and controls

20 lines (18 loc) · 186 Bytes

Notes

git

git init
~/.gitconfig
.gitignore
git add
git commit
git push
git push -u origin <branch>
git fetch
git merge
git pull
git pull --rebase
git clean
git log