Created
May 9, 2019 07:06
-
-
Save MaximBazarov/c98c79bfd29dec47929cb6ed0d7c4cb8 to your computer and use it in GitHub Desktop.
Show most changing files in the repository
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 --pretty=format: --name-only | sort | uniq -c | sort -rg | head -30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment