Created
December 18, 2020 06:50
-
-
Save dietergoetelen/9339ccb077fca9bd30fdd21b7d918be0 to your computer and use it in GitHub Desktop.
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 --pretty=format: --name-only -- "*.ts" --since="10 day ago" | sort | uniq -c | sort -rg | head -n 20 | |
5170 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment