git branch gitgub code example
Example 1: git branch
$ git checkout -b iss53
Switched to a new branch "iss53"
Example 2: git branch
$ git branch iss53
$ git checkout iss53
$ git checkout -b iss53
Switched to a new branch "iss53"
$ git branch iss53
$ git checkout iss53