Last active
February 1, 2019 02:02
-
-
Save evb-gh/37503a296388617e1a62a78ca8e314a3 to your computer and use it in GitHub Desktop.
add multiple pushurls for a given remote
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 multiple pushurls for a given remote | |
git remote set-url origin --push --add <a remote> | |
git remote set-url origin --push --add <another remote> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment