Created
April 1, 2021 04:46
-
-
Save williamn/12fedeef41cadbe89aea19c00b0317a1 to your computer and use it in GitHub Desktop.
Use the Git History to Identify Pain Points in Any Project
This file contains 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=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