Add a git alias to list the number of commits from each author.

This commit is contained in:
Tom Alexander
2025-06-20 17:55:06 -04:00
parent 82a016ec68
commit 16746d58d2
4 changed files with 14 additions and 14 deletions

View File

@@ -8,6 +8,7 @@
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
bh = log --oneline --branches=* --remotes=* --graph --decorate
amend = commit --amend --no-edit
authorcount = shortlog --summary --numbered --all --no-merges
[core]
excludesfile = ~/.gitignore_global
[commit]