Git create new branch and push to new brnch code example
Example 1: create a branch command
$ git branch -a
Example 2: create a branch command
$ git push origin :[name_of_your_new_branch]
$ git branch -a
$ git push origin :[name_of_your_new_branch]