Skip to content

Instantly share code, notes, and snippets.

@benguillet
Created July 18, 2013 18:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benguillet/6031804 to your computer and use it in GitHub Desktop.
Save benguillet/6031804 to your computer and use it in GitHub Desktop.
Summary of your commit for Scrum standup.
[alias]
; Get a summary of yesterday commits. Useful for Scrum standup.
standup = "!git log --since yesterday --author `git config user.email` --pretty=short"
@ejholmes
Copy link

Even better!

standup  = "!git log --since yesterday --author `git config user.email` --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment