Skip to content

Instantly share code, notes, and snippets.

@michaelaguiar
Created August 29, 2013 17:06
Show Gist options
  • Save michaelaguiar/6380759 to your computer and use it in GitHub Desktop.
Save michaelaguiar/6380759 to your computer and use it in GitHub Desktop.
GIT Report for the last week
[alias]
report = "log --author=AUTHOR --since='2 sunday ago' --until='1 sunday ago' --format='%Cgreen%ci%Creset %s%Creset' --no-merges"
git log --author=AUTHOR --since='2 sunday ago' --until='1 sunday ago' --format='%Cgreen%ci%Creset %s%Creset'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment