how to create branch in github using git bash

Shell
$ git checkout -b [name_of_your_new_branch]
Source

Also in Shell: