Skip to content

Instantly share code, notes, and snippets.

@chrismarksus
Created April 17, 2015 15:47
Show Gist options
  • Save chrismarksus/eef0fc02c3d8b72c20c3 to your computer and use it in GitHub Desktop.
Save chrismarksus/eef0fc02c3d8b72c20c3 to your computer and use it in GitHub Desktop.
git commit scoreboard
git log --format='%an' --no-merges ./ | tr '[:upper:]' '[:lower:]' | sort | uniq -c | sort -rn | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment