Created
July 14, 2013 15:00
-
-
Save obfusk/5994539 to your computer and use it in GitHub Desktop.
git remote with multiple push urls
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 URL1 | |
| git remote set-url all --add --push URL1 | |
| git remote set-url all --add --push URL2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment