git crea rama y consultar un comando

# git create branch and checkout one command
git checkout -b <branch_name>
Gautam