git buat cabang dan checkout satu perintah

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