I'm wondering if there is anyway to reattach a "detached" repository in GitHub?
Order of events:
- Forked a private repository from an organization I belong to
- Parent, private repository went public
- I made my forked repository public as well (or get billed)
- Now when I was hoping to submit a pull request and merge some changes, I noticed that my fork is "detached" from the parent repository (see this explanation and confirmation as to why)
Is there any hope of "reattaching" this fork? Or do I rename my repository, fork again, and copy over code?
Any suggestions welcome.