git branch command

Shell
git branch <branchname> 
(or)
git checkout -b <branchname>
Source

Also in Shell: