From 3d7fe96622921afdd3b901bd1246d310c804cb20 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Thu, 24 Oct 2019 18:02:23 +0300 Subject: [PATCH] git: aliases: ++ua (update all) --- etc/soft/git/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/soft/git/gitconfig b/etc/soft/git/gitconfig index 40fc149..f9e02d4 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -39,6 +39,7 @@ p = pull u = "!echo git push origin $(git rev-parse --abbrev-ref HEAD)" + ua = !g remote -v | awk '{ print $1 }' | uniq | xargs -IL echo "git push L $(git branch | grep '\*' | awk '{ print $2 }')" co = checkout