-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for multiple forks within same organization. #17072
Comments
Even forking in the same namespace (i.e. a username or an organization) doesn't work. There is a funny workaround though: Fork into another namespace and then move the forked repo. |
Any progress? We need multiple forks within the same organization too. We are a game developer who creates 100 games every year. One engineer develops two to three games every year. All games are forked from a few template games for each game type. Because of this limitation, one engineer can create only one game for his life cycle. |
@hayashida-katsutoshi That sounds like you are misusing template repos as forks? |
We need this too. Our use case is a mirror of a Github repo, and we want to fork it for multiple customers. |
For us, the template feature is close to doing what we want - but not quite. The problem: We are using a rebase style for our projects. However, templating destroys the history. Forking keeps the history but requires seperate orgs for each fork. (We have what are essentially hundreds of forks (for different customers) our our base software, sometimes multiple per customer) So we can only do manual copies of the repositories - but then you lose all the access settings and such. In my view the solution would be to allow preservation of history (i.e. make squash optional) when using a template repo. |
Feature Description
Related to #12021, is it not possible to fork the same repo twice and have the same owner? Is there any technical limitation why this is not possible? I have a previous fork in my personal user as the owner and archived it as I wanted to keep the changes I've made to it, but wanted to create a new fork (temporary) to make further changes and noticed I can't select myself as owner on the new fork?
Screenshots
No response
The text was updated successfully, but these errors were encountered: