I'm trying to move from a fork I created on GitHub to the original repo so I can start pushing stuff there, I have the required permissions.
How can I do that?
I'm trying to move from a fork I created on GitHub to the original repo so I can start pushing stuff there, I have the required permissions.
How can I do that?
You have to
git remote add upstream https://github.com/someuser/somerepo.git
git push upstream yourlocalbranch