If you want to create a new branch remotely in the origin, you need to create the same branch locally first:
$ git clone -b new-branch $ git push origin new-branch If you want to create a new branch remotely in the origin, you need to create the same branch locally first:
$ git clone -b new-branch $ git push origin new-branch