Home > Net >  Git - How to move from fork to original repo
Git - How to move from fork to original repo

Time:03-07

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?

CodePudding user response:

You have to

  • Related