Created
September 7, 2020 06:44
-
-
Save oshanz/14303b31ea89393f16bf6e5509fc8737 to your computer and use it in GitHub Desktop.
code quality
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