From 456159283a55e2e4733fffb94921a2e4408f44b2 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Mon, 18 Oct 2021 21:49:46 +0300 Subject: [PATCH] git: u with author --- 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 6216b57..96ac5ce 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -110,7 +110,7 @@ attributes = diffs #noindex # git push в текущий origin - u = "!echo git push origin $(git rev-parse --abbrev-ref HEAD) \\#as $(git author)" + u = "!echo \\# As $(git author); echo; 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 branch | awk '/*/ { print $2 }')"