git bas hcreate new branch code example
Example 1: create a branch command
$ git remote add [name_of_your_remote] [name_of_your_new_branch]
Example 2: create a branch command
$ git push origin [name_of_your_new_branch]
$ git remote add [name_of_your_remote] [name_of_your_new_branch]
$ git push origin [name_of_your_new_branch]