Skip to content

Instantly share code, notes, and snippets.

@nogorilla
Created April 13, 2026 13:14
Show Gist options
  • Select an option

  • Save nogorilla/b56d20046e617935c94c5e1df8122e14 to your computer and use it in GitHub Desktop.

Select an option

Save nogorilla/b56d20046e617935c94c5e1df8122e14 to your computer and use it in GitHub Desktop.
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