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)