# Create new local branch git checkout -b <new-branch>
git branch <branchname> (or) git checkout -b <branchname>