Browse Source

git: u with author

Maxim Likhachev 4 years ago
parent
commit
a0b888b24e
  1. 4
      etc/soft/git/gitconfig

4
etc/soft/git/gitconfig

@ -110,7 +110,7 @@ @@ -110,7 +110,7 @@
attributes = diffs #noindex
# git push в текущий origin
u = "!echo git push origin $(git rev-parse --abbrev-ref HEAD)"
u = "!echo #as $(git author) \ngit 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 }')"
@ -191,7 +191,7 @@ @@ -191,7 +191,7 @@
aliases = !git-aliases
# Создание графа коммитов
graphviz = !git-graphviz
graphviz = !git-graphviz
# Список форков, отсортированный по дате последнего изменения
forks = !git-forks

Loading…
Cancel
Save