Sep 12th, 2014
Sometimes it makes sense to push to multiple git repos. Here's one way to do it.
Unix:
OSX:
Unix:
git remote | xargs -l git push --all
git remote | xargs -L1 git push --all;