github cli branch create code example
Example 1: create a branch command
$ git push [name_of_your_new_remote] [url]
Example 2: create a branch command
$ git push origin :[name_of_your_new_branch]
$ git push [name_of_your_new_remote] [url]
$ git push origin :[name_of_your_new_branch]