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