Last active
January 8, 2017 16:15
-
-
Save get-data-/d2a5b771050cf8955a99d2de79d9eb5c to your computer and use it in GitHub Desktop.
Setting a remote
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 add origin https://github.com/user/repo.git | |
# Set a new remote | |
$ git remote -v | |
# Verify new remote | |
origin https://github.com/user/repo.git (fetch) | |
origin https://github.com/user/repo.git (push) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://help.github.com/articles/removing-a-remote/