"git checkout -b" example
[email protected] project % git checkout master
[email protected] project % git checkout branch_name
#create branch
[email protected] project % git checkout -b new_branch_name
[email protected] project % git checkout master
[email protected] project % git checkout branch_name
#create branch
[email protected] project % git checkout -b new_branch_name