git create branch и checkout One Command

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