I forked a project, made some changes, and got a pull request accepted. But now, the project I forked moved to another repository and is a fork of that repository.
That is:
Original -> MyFork
Now:
NewOriginal -> Original -> MyFork
How would I get it to the following?
NewOriginal -> MyFork
NOTE: The following solution is incomplete as you'll lose all wiki content and issues specific to your fork.
You can achieve this using the following steps: