Created
August 15, 2017 01:47
-
-
Save ryanpadilha/ed325492dd27f00adade913beaef25e7 to your computer and use it in GitHub Desktop.
Moving a remote 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 show origin | |
$ git remote rm origin | |
$ git remote add origin git@newserver:project.git | |
$ git remote show origin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment