Created
April 17, 2015 15:47
-
-
Save chrismarksus/eef0fc02c3d8b72c20c3 to your computer and use it in GitHub Desktop.
git commit scoreboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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