Created
July 24, 2017 10:16
-
-
Save denar90/db99940b863fc8c9c0d6c67a3f78ebc5 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 <url_of_old_repo> | |
cd <name_of_old_repo> | |
git remote add new-origin <url_of_new_repo> | |
git push new-origin --mirror |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment