Create branch without switching
$ git branch NEWBRANCHNAME ## list branches $ git branch
Create branch and switch to it
$ git checkout -b NEWBRANCHNAME ## list branches $ git branch
$ git branch NEWBRANCHNAME ## list branches $ git branch
$ git checkout -b NEWBRANCHNAME ## list branches $ git branch