Created
January 31, 2012 02:31
-
-
Save ttscoff/1708331 to your computer and use it in GitHub Desktop.
Git log for the last day, formatted for journal insertion
This file contains 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
git log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short --since="`date -v-1d '+%m/%d/%y'`" | |
Prettier: | |
git log --pretty=format:"%ad | [`pwd`]%n- %s%d" --graph --date=short --since="`date -v-1d '+%m/%d/%y'`" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment