git checkout -b <BRANCH NAME>
git branch
git branch -d <BRANCH NAME>
git checkout <BRANCH NAME>
git merge <BRANCH NAME>
git log