Skip to content

Instantly share code, notes, and snippets.

@joshbuhler
Last active December 14, 2015 13:39
Show Gist options
  • Save joshbuhler/5095168 to your computer and use it in GitHub Desktop.
Save joshbuhler/5095168 to your computer and use it in GitHub Desktop.
Quick git log of the previous day's commits. Just add this as an alias to your ~/.gitconfig file. Use by invoking the "git scrum" command.
scrum = log --since '1 day ago' --no-merges --pretty=format':%C(yellow)%h %aN%n %B%n' --author <AUTHOR_EMAIL>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment