Git Create Branch und Checkout One Befehl

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