The short: is there a way to have a git repo push to and pull from a list of remote repos (rather than a single \"origin\")?
The long:
You can add remotes with:
git remote add a urla git remote add b urlb
Then to update all the repos do:
git remote update