Created
October 18, 2020 15:33
-
-
Save robindegen/7a4e7dcffefd2f95001899e6bcf4c570 to your computer and use it in GitHub Desktop.
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
git remote add all host1:path/proj.git | |
git remote set-url --add all host2:path/proj.git | |
git remote set-url --add all host3:path/proj.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment