So, we would like to transfer a GitHub repo from an individual account to an organization. Easy enough, but the only issue is that we don't remember the password to the account and the recovery email was linked to a work email that we no longer have access to.
Of course, we could always just manually transfer the code to a new repo, but then we lose all of the issue-tracking and history of the repo. Alternatively, we could fork the repo to a new organization, but then I think it's forever labelled as a fork on the original repo, correct?
Is there a better option?