From 8f661d7060f726ec0be357913564471c6ebaf253 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 31 Jul 2017 12:12:54 +0300
Subject: [PATCH] - Added pushes Git alias (push to all remotes).

---
 .gitconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitconfig b/.gitconfig
index 5c88fd6..3c4adf5 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
-- 
GitLab