Skip to content

Instantly share code, notes, and snippets.

@doyle
Last active January 31, 2019 18:45
Show Gist options
  • Save doyle/f0274836b6bc5f30c6c6 to your computer and use it in GitHub Desktop.
Save doyle/f0274836b6bc5f30c6c6 to your computer and use it in GitHub Desktop.
Creates a pretty printed summary of all commits for a year
git log --author="Christian Doyle" --after="2015-1-1" --before="2015-12-31" --date=short --no-merges --pretty=format:'%h was %an, %ad, message: %s' | tail -r > commits.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment