Skip to content

Instantly share code, notes, and snippets.

@get-data-
Last active January 8, 2017 16:15
Show Gist options
  • Save get-data-/d2a5b771050cf8955a99d2de79d9eb5c to your computer and use it in GitHub Desktop.
Save get-data-/d2a5b771050cf8955a99d2de79d9eb5c to your computer and use it in GitHub Desktop.
Setting a remote
$ 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)
@get-data-
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment