From 73588e1cfbbe33e47f980a8ff0c0adbcb92ddb18 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Tue, 24 Dec 2019 12:55:18 +0300 Subject: [PATCH] git: Fix git up alias --- etc/soft/git/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/soft/git/gitconfig b/etc/soft/git/gitconfig index 7b5b089..71a8781 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -79,7 +79,7 @@ u = "!echo git push origin $(git rev-parse --abbrev-ref HEAD)" # git push во все репозитории - up = "!git remote -v | awk '{ print $1 }' | uniq | xargs -IL echo git push L $(git cb | awk '{ print $2 }')" + up = "!git remote -v | awk '{ print $1 }' | uniq | xargs -IL echo git push L $(git branch | awk '/*/ { print $2 }')" # Корневая директория репозитория root = rev-parse --show-toplevel