From b0c2a2736a81b0839f27cb7b2d7d6fc95bc3e39f Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Tue, 18 Jul 2017 09:02:21 +0200 Subject: git: Add push-all alias Signed-off-by: Thomas Schneider --- dot.gitconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'dot.gitconfig') 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] -- cgit v1.2.3