branch off of master git code example
Example 1: creating new branch in git
Create a new branch named issue1.
$ git branch testing
Example 2: git create branch
$ git branch iss53
$ git checkout iss53
Example 3: git create branch
$ vim index.html
$ git commit -a -m 'Create new footer [issue 53]'