Skip to content

Instantly share code, notes, and snippets.

@SalvatorePreviti
Created March 22, 2024 10:12
Show Gist options
  • Save SalvatorePreviti/f20f63c80fab58bc0a30eec0ee83bd2d to your computer and use it in GitHub Desktop.
Save SalvatorePreviti/f20f63c80fab58bc0a30eec0ee83bd2d to your computer and use it in GitHub Desktop.
git log --since="2022-01-01" | ack "Author:" | awk -F '<' '{print $1}' | ack Author | sort | uniq -c | sort -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment