how to get master on git bash code example
Example 1: make a new branch git
git checkout -b branch-name
Example 2: git create branch
$ git checkout -b iss53
Switched to a new branch "iss53"
git checkout -b branch-name
$ git checkout -b iss53
Switched to a new branch "iss53"