I have private github account who is the owner of a private organization. In my organization I have a repository with my project in it. I have 2 programmers who I want to get in on my project but I don't want them to have access to the master repository, so I want to fork that repository, inside of my organization (a self fork if you will) and give my 2 new programmers access to the fork, but not the master.
This should be one of the simplest task to accomplish on github, however I can't find how to do it.
See, I'm not looking for how to give access rights and what not, I already know that, I just want to make a fork of the master repo that they can have access to. Is that too much to ask? because there doesn't seem to be a way to do is in GitHub.
Basically, is there a way to fork your own repo, inside of an organization, in a simple practical way?