Skip to content

Instantly share code, notes, and snippets.

@marcuswestin
Created June 15, 2012 01:22
Show Gist options
  • Save marcuswestin/2934084 to your computer and use it in GitHub Desktop.
Save marcuswestin/2934084 to your computer and use it in GitHub Desktop.
How many git commits did I make today?
git log --pretty=oneline --author=Marcus --since=yesterday | wc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment