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 here.