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 }')"