Created
December 24, 2015 10:36
-
-
Save keijiro/0a6834ea876c9452da7a to your computer and use it in GitHub Desktop.
Transferring a repository from GitHub to BitBucket.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone --mirror https://github.com/keijiro/Foobar.git | |
git remote set-url --push origin https://[email protected]/keijiro/Foobar | |
git push --mirror |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment