Created
August 31, 2013 20:11
-
-
Save michaelminter/6400325 to your computer and use it in GitHub Desktop.
Add multiple remote repos to your git config
This file contains hidden or 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 add all [email protected]:repo.git | |
| git remote set-url --add all [email protected]:repo.git | |
| # now just, $ git push all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment