// create and checkout new branch in one line git checkout -b new_branch
# git create branch and checkout one command git checkout -b <branch_name>