git clone <remote directory>
git status
git branch <new branch name>
git branch -a
git checkout <branch name>
git branch -d <branch name>
git mv <source> <destination>
git checkout -b <new branch name>
git clone <remote directory>
git status
git branch <new branch name>
git branch -a
git checkout <branch name>
git branch -d <branch name>
git mv <source> <destination>
git checkout -b <new branch name>