git branch -vvv code example
Example 1: git branch command
git branch <branchname>
(or)
git checkout -b <branchname>
Example 2: git create branch
$ vim index.html
$ git commit -a -m 'Create new footer [issue 53]'
Example 3: how to make branch in git command
git branch crazy-experiment