Last active
December 14, 2015 13:39
-
-
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.
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
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