Last active
April 24, 2017 06:29
-
-
Save vlrmprjct/3f6b6c8c410cd097cac18b70be6966e4 to your computer and use it in GitHub Desktop.
Push to multiple git repositories
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 config --add remote.all.url ssh://user@server/repos/g0.git | |
| git config --add remote.all.url ssh://user@server/repos/g1.git | |
| git push all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment