git criar ramificação e checkout um comando
# git create branch and checkout one command
git checkout -b <branch_name>
Gautam
# git create branch and checkout one command
git checkout -b <branch_name>