Created
October 1, 2016 14:43
-
-
Save willtonkin/1ad2c9d7ba3c85886c04bd8b983bc890 to your computer and use it in GitHub Desktop.
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://bitbucket.org/exampleuser/repository-to-mirror.git | |
# Make a bare mirrored clone of the repository | |
cd repository-to-mirror.git | |
git remote set-url --push origin https://github.com/exampleuser/mirrored | |
# Set the push location to your mirror | |
git push --mirror |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment