Browse Source

git: aliases: ++ua (update all)

Maxim Likhachev 6 years ago
parent
commit
3d7fe96622
  1. 1
      etc/soft/git/gitconfig

1
etc/soft/git/gitconfig

@ -39,6 +39,7 @@ @@ -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

Loading…
Cancel
Save