aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2017-07-18 09:02:21 +0200
committerThomas Schneider <qsx@qsx.re>2017-07-18 09:02:21 +0200
commitb0c2a2736a81b0839f27cb7b2d7d6fc95bc3e39f (patch)
tree4afdffb5fb29bd42d81eeeb71e3ef775a9352799
parentd543b13b5ac4b5dcd390bab1eb343cfc5c86f3f5 (diff)
git: Add push-all alias
Signed-off-by: Thomas Schneider <qsx@qsx.re>
-rw-r--r--dot.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot.gitconfig b/dot.gitconfig
index fe203b4..0c30f9b 100644
--- a/dot.gitconfig
+++ b/dot.gitconfig
@@ -9,6 +9,7 @@
pl = pull
lol = log --oneline --graph --decorate --all
colorlog = log --date=relative --format=\"%Cblue%h%Creset %C(yellow)%an%Creset %Cgreen%ad%Creset%C(auto)%d%Creset %s\" --topo-order
+ push-all = !git remote | xargs -L1 git push
[push]
default = simple
[instaweb]