Created
March 28, 2017 22:46
-
-
Save MandarGogate/88939031be732b8a3a78c650e55894fe to your computer and use it in GitHub Desktop.
Multiple Git Remote
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 set-url --add origin url1 | |
git remote set-url --add origin url2 | |
git remote set-url --add origin url3 | |
git remote set-url --add origin url4 | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment