how to create new branch in git and add into github code example
Example 1: create a branch command
$ git branch -a
Example 2: create a branch command
$ git fetch [name_of_your_remote]
$ git branch -a
$ git fetch [name_of_your_remote]