Created
December 9, 2018 21:53
-
-
Save stephencweiss/f1c592bc4dcfff2d36ca95327d9a130e to your computer and use it in GitHub Desktop.
A git remote response with multiple remotes
This file contains 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 -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