Skip to content

Instantly share code, notes, and snippets.

@potench
Created December 13, 2012 02:33
Show Gist options
  • Save potench/4273551 to your computer and use it in GitHub Desktop.
Save potench/4273551 to your computer and use it in GitHub Desktop.
A log of the number of commits per month
git log --author harryh --format="%ci" | cut -f1-2 -d- | uniq -c | tail -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment