0

I want to create new remote branch in github and I didn't find it in the UI.

is it possible ?

user1365697
  • 5,093
  • 10
  • 47
  • 80
  • Possible duplicate of [Push a new local branch to a remote Git repository and track it too](http://stackoverflow.com/questions/2765421/push-a-new-local-branch-to-a-remote-git-repository-and-track-it-too) – Ricardo Feb 07 '16 at 08:56

1 Answers1

0

It is not possible to do it form github you need to do it from command line

user1365697
  • 5,093
  • 10
  • 47
  • 80
  • did you really try the link I've shared at my answer? Because I've created branch from **GITHUB** site – mmuzahid Feb 09 '16 at 04:09
  • Yes I tried I want to create new remote branch not on orion but new remote. with your steps I succeed to create new branch under orion.Did you succeed to create new remote branch not under orion ? – user1365697 Feb 10 '16 at 07:12
  • I think you are misleading ``origin``. ``origin`` is the default name of the remote git repository you cloned from. You could follow this the get a concept about ``origin`` http://stackoverflow.com/questions/5270760/whats-the-meaning-of-origin-in-git-push-origin-master – mmuzahid Feb 10 '16 at 07:23