Skip to content

Instantly share code, notes, and snippets.

@djm158
Created July 12, 2018 14:20
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 djm158/6dd7699c9c9add6b48d7c08e59bd765a to your computer and use it in GitHub Desktop.
Save djm158/6dd7699c9c9add6b48d7c08e59bd765a to your computer and use it in GitHub Desktop.
lines of code per contributor
git ls-files | while read f; do git blame --line-porcelain $f | grep '^author '; done | sort -f | uniq -ic | sort -n
@djm158
Copy link
Author

djm158 commented Jul 12, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment