checkout and create new branch git code example
Example 1: git create new branch from current
git checkout -b topic/newbranch
Example 2: command to create a new branch in git
$ git checkout -b <branch-name>
Example 3: make a new branch git
git checkout -b branch-name
Example 4: git create branch
$ vim index.html
$ git commit -a -m 'Create new footer [issue 53]'