diff --git a/git/gitconfig.symlink b/git/gitconfig.symlink index 9eea7ef..0c89123 100644 --- a/git/gitconfig.symlink +++ b/git/gitconfig.symlink @@ -21,7 +21,7 @@ # undo a commit undo = reset --soft # show what I did today - day = "!sh -c 'git log --no-merges --branches=* --date=local --after=yesterday --author=\"`git config --get user.name`\"'" + day = "!sh -c 'git log --no-merges --branches=* --date=local --after=\"yesterday 11:59PM\" --author=\"`git config --get user.name`\"'" # stash shortcuts sp = stash pop