command to create the branch code example
Example 1: create a branch command
$ git branch -a
Example 2: git create branch
$ vim index.html
$ git commit -a -m 'Create new footer [issue 53]'
$ git branch -a
$ vim index.html
$ git commit -a -m 'Create new footer [issue 53]'