Skip to content

Instantly share code, notes, and snippets.

@unrevised6419
Created June 1, 2017 16:02
Show Gist options
  • Save unrevised6419/091ed1ffb9571801fcd090956b1c5abf to your computer and use it in GitHub Desktop.
Save unrevised6419/091ed1ffb9571801fcd090956b1c5abf to your computer and use it in GitHub Desktop.
List all emails participated at a git repository with commits count
git log --format='%ae' | sort | uniq -c | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment