Browse Source

git: u with author

Maxim Likhachev 4 years ago
parent
commit
9eb262553f
  1. 2
      etc/soft/git/gitconfig

2
etc/soft/git/gitconfig

@ -110,7 +110,7 @@ @@ -110,7 +110,7 @@
attributes = diffs #noindex
# git push в текущий origin
u = "!echo #as $(git author) \ngit push origin $(git rev-parse --abbrev-ref HEAD)"
u = "!echo git push origin $(git rev-parse --abbrev-ref HEAD) \\#as $(git author)"
# git push во все репозитории
up = "!git remote -v | awk '{ print $1 }' | uniq | xargs -IL echo git push L $(git branch | awk '/*/ { print $2 }')"

Loading…
Cancel
Save