Created
July 18, 2013 18:40
-
-
Save benguillet/6031804 to your computer and use it in GitHub Desktop.
Summary of your commit for Scrum standup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
; Get a summary of yesterday commits. Useful for Scrum standup. | |
standup = "!git log --since yesterday --author `git config user.email` --pretty=short" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even better!