Skip to main content
2 of 2
Active reading [<https://www.youtube.com/watch?v=1Dax90QyXgI&t=17m54s> ].
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

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