Skip to content

Instantly share code, notes, and snippets.

@get-data-
get-data- / gitRemote.txt
Last active January 8, 2017 16:15
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)