git clone <remote directory>
<<<<<<< HEAD
git status
git fetch --all
=======
git status
master
git branch <new branch name>
git branch -a
git checkout <branch name>
git branch -d <branch name>
<<<<<<< HEAD
git add <file name>
git commit -m '<commit message here>'
git push origin <branch name>
git checkout -b <new branch name>
git merge <branch you want to merge with your current branch>
git pull origin <branch name>
=======
git mv <source> <destination>
git checkout -b <new branch name>
master