start new branch git code example
Example 1: create a branch command
$ git push [name_of_your_new_remote] [url]
Example 2: how to make branch in git command
git branch crazy-experiment
$ git push [name_of_your_new_remote] [url]
git branch crazy-experiment