git create a new branch from master branch code example
Example 1: git create branch
$ vim index.html
$ git commit -a -m 'Create new footer [issue 53]'
Example 2: how to make branch in git command
git branch crazy-experiment
$ vim index.html
$ git commit -a -m 'Create new footer [issue 53]'
git branch crazy-experiment