How do I transfer repository from one Bitbucket to another Bitbucket?
Hi, @sanka_gunamuni! ✨
To transfer a repository from one Bitbucket account/workspace to another, you have two main options:
Option 1: Transfer Ownership
You must be the repository admin. The destination workspace must also accept the transfer.
More info: https://support.atlassian.com/bitbucket-cloud/docs/transfer-repository-ownership/
Option 2: Clone and Push to New Repo
If you're transferring between two unrelated Bitbucket accounts:
Clone the source repo.
Create a new repo in the target Bitbucket account.
Push to the new repo. This keeps full commit history, branches, and tags, but not issues or PRs.
Hope this helps! ✨
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.