Test
Git commands git clone git status git add . git commit -m "message" git push git pull
git brach git branch Branch_Name git checkout Branch_Name
git merge master
git pull --rebase origin master git mergetool //resolve conflicts
git rebase --continue //then pus to central repo
git remote -v git remote add upstream git pull upstream master