Created
January 28, 2014 20:58
-
-
Save vanpeerdevelopment/8676383 to your computer and use it in GitHub Desktop.
Adding en listing 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
# Add a remote | |
git remote add [name] [location] | |
# Show details of remote | |
git remote show [name] | |
# Show a list of the known remotes | |
git remote | |
# Show the details of all known remotes | |
git remote -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment