Skip to content

Instantly share code, notes, and snippets.

@jeserkin
Created October 14, 2012 22:20
Show Gist options
  • Save jeserkin/3890005 to your computer and use it in GitHub Desktop.
Save jeserkin/3890005 to your computer and use it in GitHub Desktop.
git remote
$ git remote -v
jsremote git@github.com:jeserkin/progit.git (fetch)
jsremote git@github.com:jeserkin/progit.git (push)
jsremote_https https://github.com/jeserkin/progit.git (fetch)
jsremote_https https://github.com/jeserkin/progit.git (push)
origin git://github.com/jeserkin/progit.git (fetch)
origin git://github.com/jeserkin/progit.git (push)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment