git add brach code example
Example 1: git create branch
$ git checkout -b [name_of_your_new_branch]
Example 2: how to make branch in git command
git branch crazy-experiment
$ git checkout -b [name_of_your_new_branch]
git branch crazy-experiment