1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

git: add 'git leaders' alias

Lists git committers in order of commit count, for a repo
This commit is contained in:
Joe Groocock 2020-03-21 23:02:28 +00:00
parent 936e8828c8
commit ff0d449fa5
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -26,6 +26,7 @@
pushall = !git remote | xargs -L1 git push
count = !echo $(pwd) && git rev-list HEAD --count
unpushed = !git log --oneline @{u}..HEAD
leaders = !git shortlog -s -n --all --no-merges
[advice]
statusHints = false
pushUpdateRejected = false