Skip to content

Instantly share code, notes, and snippets.

@williamn
Created April 1, 2021 04: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 williamn/12fedeef41cadbe89aea19c00b0317a1 to your computer and use it in GitHub Desktop.
Save williamn/12fedeef41cadbe89aea19c00b0317a1 to your computer and use it in GitHub Desktop.
Use the Git History to Identify Pain Points in Any Project
git log --format=format: --name-only | egrep -v '^$' | sort | uniq -c | sort -rg | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment