How to hide the my one-off fork repo in Github?
The simplest way is to create a repository and then import the repo.
- Click on
new repository
- In the top click on
Import a repository
- Now paste the clone link of the repo that you want to fork and choose the private repo
Done!
You have two possibilities:
- Delete remote, leave local
You can "hide" the repository from your GitHub profile by deleting the repository from GitHub, but leaving the local repository on your computer (or somewhere else).
You can then later re-add that local repo to GitHub if needed.
- Make it private
You can make the repository private (by first duplicating it) so that others won't see it on your profile, but it's still there, only you can see it.
You have to remove the repository (fork). This is available in the repository settings.
https://help.github.com/articles/deleting-a-repository/