Created
December 21, 2022 15:52
-
-
Save mgiacomini/a074d94bda230b2c52f5856ee0beee70 to your computer and use it in GitHub Desktop.
Most touched files
This file contains hidden or 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 --since=12.month| egrep -v '^$' | sort | uniq -c | sort -nr | head -50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment