- Create an empty repo in Github
git clone --bare git@bitbucket.org:user/repo.git
cd repo.git
git push --mirror git@github.com:user/repo.git
Mirroring a repo from BitBucket (or Gitlab) to Github
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment