Skip to content

Instantly share code, notes, and snippets.

@vguerra
Created March 9, 2015 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vguerra/11d13b572edd46816af0 to your computer and use it in GitHub Desktop.
Save vguerra/11d13b572edd46816af0 to your computer and use it in GitHub Desktop.
Commits count per author email
git log --format=%ae |sort | uniq -c| sort -nr| less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment