[git] added day alias to show what i did today

It doesn't exactly work, since it is including commits from yesterday,
so it is a WIP
This commit is contained in:
Nick Nisi
2013-01-10 12:06:45 -06:00
parent a80c5a4ccd
commit 9f13997cf2

View File

@@ -20,6 +20,8 @@
cf = show --pretty="format:" --name-only
# 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`\"'"
# stash shortcuts
sp = stash pop
@@ -85,4 +87,4 @@
excludesfile = ~/.gitignore_global
pager = less -FXRS -x2
[rerere]
enabled = true
enabled = false