how to create branch in github command code example
Example 1: git create branch
$ git branch iss53
$ git checkout iss53
Example 2: how to make branch in git command
git branch crazy-experiment
$ git branch iss53
$ git checkout iss53
git branch crazy-experiment