Skip to content

Instantly share code, notes, and snippets.

@antonpirker
Created September 12, 2023 09:38
Show Gist options
  • Save antonpirker/f27ee10999c10a9aeb407fe37e4bb79c to your computer and use it in GitHub Desktop.
Save antonpirker/f27ee10999c10a9aeb407fe37e4bb79c to your computer and use it in GitHub Desktop.
Show contributors with the most commits in Git repo
git log --since="3 years ago" --format='%aN <%aE>' | sort | uniq -c | sort -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment