git create a new branch from another Master code example
Example 1: creating new branch in git
Create a new branch named issue1.
$ git branch testing
Example 2: git new branch create
git checkout -b
Create a new branch named issue1.
$ git branch testing
git checkout -b