Git Fork
Creating a private fork:
- https://stackoverflow.com/questions/10065526/github-how-to-make-a-fork-of-public-repository-private
- https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository
This is super useful, for example for the Air Hockey challenge that I was working on.
- Create a bare clone of the repository.
- Mirror-push to the new repository.
- Remove the temporary local repository you created earlier.
And then you should clone the repo again. Consult the first link