Skip to content

Instantly share code, notes, and snippets.

@jrushlow
Created July 23, 2020 05:36
Show Gist options
  • Save jrushlow/e8d6c06b34a592245a2a1df06e42ffae to your computer and use it in GitHub Desktop.
Save jrushlow/e8d6c06b34a592245a2a1df06e42ffae to your computer and use it in GitHub Desktop.
Lines of code committed by author for repo
git ls-files | xargs -n1 git blame --line-porcelain | sed -n 's/^author //p' | sort -f | uniq -ic | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment