Git: Change Branch

git checkout master
git branch {branch_name}
git checkout {branch_name}
Breakable Baboon