git checkout branch name
git checkout -b branch
$ git checkout -b <new branch> <from branch>
git branch -D branch name