0

So in my forked repository, there is a master and initialization branch. I'm active in the initialization branch and in the upstream repo, there is only a master branch. How do I make that initialization branch in the upstream repo?

rockwire
  • 95
  • 1
  • 9
  • Just try to push, the git CLI will tell you what to do. – jonrsharpe Jan 19 '19 at 19:54
  • 1
    Possible duplicate of [How do you create a remote Git branch?](https://stackoverflow.com/questions/1519006/how-do-you-create-a-remote-git-branch) – phd Jan 19 '19 at 20:51
  • https://stackoverflow.com/search?q=%5Bgit%5D+how+to+create+remote+branch – phd Jan 19 '19 at 20:51

1 Answers1

0

Do you control also the repository you forked from? If not you need to make a pull request to the owner of that repository.

danielorn
  • 5,254
  • 1
  • 18
  • 31