diff --git a/.gitconfig b/.gitconfig
index 5c88fd6b665955a9ebed29d23a1ce51c58533335..3c4adf5b14e82e60cfaa899fe610f0ca4e3ff39e 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -14,6 +14,7 @@
     pul = pull --progress
     pull-force = !git fetch && git reset --hard "$(git tracking)"
     push-force = push --force-with-lease
+    pushes = !git remote | xargs -n1 git push
     root = rev-parse --show-toplevel
     serve-git = daemon --reuseaddr --verbose --base-path=. --export-all ./.git
     serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer