git branch
git branch <branchname>
git checkout -b <branchname>
git checkout <branchname>
git merge <branchname>