Hello
Sorry if this is a kind of noobish question, but I couldn't find a solution to this.
I forked a repository from another account to my Bitbucket one. Now, I'd like to detach this fork. As for now in the repository overview I can read "Fork of: the original repository"; I'd like to remove this, but at the same time I'd like to preserve the commit history.
How can I do it?
I read from another answer that I should just remove the remote, but I couldn't find any remote variable in the configuration menu of the repository.. Where is that supposed to be?
Best regards
Here is the feature request linking to this post
https://bitbucket.org/site/master/issues/13645/detach-fork-from-upstream-repository
The only way this could be done is to do the following
# retire your current repo keep it as read-only for references purposes.
# Create a new empty repository
# Move over current active branches
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you do this, you will lose all pull requests history
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm afraid this is actually not possible. Short of deleting the original repository, the relationship cannot be broken. Note that this is not really out of any philosophical reason, but more something we have never gotten around to. If you feel strongly, please raise an issue at https://bitbucket.org/site/master
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Contact technical support and have them detach the source repo from the forked repo.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can't find anyway to remove the "fork of" relationship either. On GitHub this can only be done by a request to support, but is typically completed within a day or two.
If we're effectively taking ownership of a code base (where the original owner wants to keep their own record) are we best to simply clone and commit into a blank repo?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.