====== How to push to multiple remotes with Git? ====== git remote set-url --add --push origin git://path/to/first/repo git remote set-url --add --push origin git://path/to/second/repo Found [[http://stackoverflow.com/questions/14290113/git-pushing-code-to-two-remotes/14290145#14290145|here]].