Last active
April 29, 2018 14:40
-
-
Save Omarkth/6b4a2e384030547b0fb21c25c32b5f08 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
| https://stackoverflow.com/a/26552740/169067 | |
| git clone --mirror <URL to my OLD repo location> | |
| cd <New directory where your OLD repo was cloned> | |
| git remote set-url origin <URL to my NEW repo location> | |
| git push -f origin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment