git new branch github code example
Example 1: create branch from another branch
$ git checkout -b myFeature dev
Example 2: how to create branch in github using git bash
$ git checkout -b [name_of_your_new_branch]
Example 3: github make new branch
git checkout -b [name_of_your_new_branch]