create branch using terminal code example
Example 1: git new branch create
git checkout -b <new-branch>
Example 2: create a branch command
$ git push [name_of_your_new_remote] [url]
git checkout -b <new-branch>
$ git push [name_of_your_new_remote] [url]