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