git push to multiple repositories simultaneously

How can I make git push to push not only to origin but also another remote repository? as git push is only an alias for git push origin, can I alias git push to push to 2 remote repositories at on...