-
-
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
Make fork independent from original repository #4566
Comments
What other platform has this feature ? I don’t think this would be nice to have though |
I think this would be very nice to have. Don't care who else has it.
|
With mirrors you can "Convert to Regular Repository", perhaps the same could be done for forks. One concern with this is that we need to ensure that users don't use this as a way to bypass the repository limits (which forks don't count against). |
I'm thinking out loud about an idea:
Or by using the semantic UI grouping options :
|
Both gitlab and github allow converting forks into normal repositories. I'd like to be able to do this as well. |
Fix go-gitea#4566 Signed-off-by: Andrew Thornton <art27@cantab.net>
Where exactly? GitHub points to manual guide https://help.github.com/en/github/creating-cloning-and-archiving-repositories/duplicating-a-repository |
* Provide option to unlink a fork Fix #4566 Signed-off-by: Andrew Thornton <art27@cantab.net> * Apply suggestions from code review Co-authored-by: techknowlogick <matti@mdranta.net> * Add check that user can create repo Signed-off-by: Andrew Thornton <art27@cantab.net> * as per @CirnoT Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <matti@mdranta.net>
* Provide option to unlink a fork Fix go-gitea#4566 Signed-off-by: Andrew Thornton <art27@cantab.net> * Apply suggestions from code review Co-authored-by: techknowlogick <matti@mdranta.net> * Add check that user can create repo Signed-off-by: Andrew Thornton <art27@cantab.net> * as per @CirnoT Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <matti@mdranta.net>
[x]
):Description
A fork currently can not be converted to a "normal" repository other than by pushing into a new repository. When a repository is a fork, pull requests will be pointing to the original repository by default, which might not be wanted in case the fork diverges.
Screenshots
The text was updated successfully, but these errors were encountered: