Skip to content

Instantly share code, notes, and snippets.

@MachinesAreUs
Created October 2, 2012 22:11
Show Gist options
  • Save MachinesAreUs/3823642 to your computer and use it in GitHub Desktop.
Save MachinesAreUs/3823642 to your computer and use it in GitHub Desktop.
My work today on my Git repo
# "Executive" summary
git log --author="Agustin Ramos" --since="6am" --pretty=oneline
# With stats
git log --author="Agustin Ramos" --since="6am" --pretty=oneline --stat
# With timestamps
git log --author="Agustin Ramos" --since="6am" --pretty="format:%h: %ai: %s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment