Git Créer une branche et vérifier une commande

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