Created
April 13, 2026 13:14
-
-
Save nogorilla/b56d20046e617935c94c5e1df8122e14 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 --format=format: --name-only --since="1 year ago" | sort | uniq -c | sort -nr | head -20 | |
| git shortlog -sn --no-merges | |
| git log --format='%ad' --date=format:'%Y-%m' | sort | uniq -c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment