Skip to content

Instantly share code, notes, and snippets.

@keijiro
Created December 24, 2015 10:36
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save keijiro/0a6834ea876c9452da7a to your computer and use it in GitHub Desktop.
Save keijiro/0a6834ea876c9452da7a to your computer and use it in GitHub Desktop.
Transferring a repository from GitHub to BitBucket.
git clone --mirror https://github.com/keijiro/Foobar.git
git remote set-url --push origin https://keijiro@bitbucket.org/keijiro/Foobar
git push --mirror
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment