Last active
November 20, 2019 15:57
-
-
Save hugoltsp/b10533929978db4fca18ec46687d8f9d to your computer and use it in GitHub Desktop.
Changes url of a git repository
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 remote set-url origin git://new.url.here | |
| git remote add origin git@github.com:myrepo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment