arij.us
Digital Garden

Git

Last updated 2023-08-30

List authors and the number of commits

git shortlog --summary --email --numbered

List authors in all branches

git shortlog -sne --all