Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 185 Bytes

GitCommands.md

File metadata and controls

11 lines (11 loc) · 185 Bytes

git init git status git add git diff git commit -m git branch git checkout git remote add origin url git push -u origin/(branch) git fetch -p origin/(branch) git merge origin/(branch)