Skip to content

Instantly share code, notes, and snippets.

@stephencweiss
Created December 9, 2018 21:53
Show Gist options
  • Save stephencweiss/f1c592bc4dcfff2d36ca95327d9a130e to your computer and use it in GitHub Desktop.
Save stephencweiss/f1c592bc4dcfff2d36ca95327d9a130e to your computer and use it in GitHub Desktop.
A git remote response with multiple remotes
$ git remote -v
origin https://github.com/myUser/example.git (fetch)
origin https://github.com/myUser/example.git (push)
upstream https://github.com/someoneElse/example.git (fetch)
upstream https://github.com/someoneElse/example.git (push)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment