Skip to content

Instantly share code, notes, and snippets.

@vlrmprjct
Last active April 24, 2017 06:29
Show Gist options
  • Save vlrmprjct/3f6b6c8c410cd097cac18b70be6966e4 to your computer and use it in GitHub Desktop.
Save vlrmprjct/3f6b6c8c410cd097cac18b70be6966e4 to your computer and use it in GitHub Desktop.
Push to multiple git repositories
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