dotfiles

Author: Kyle Fuller <kyle@mentallyfriendly.com> 2013-02-18 15:22:49 +0000 +0000
Committer: Kyle Fuller <kyle@mentallyfriendly.com> 2013-02-18 15:22:49 +0000 +0000
Commit: 5fe370f2b6ea3b6049c8ba944bdbafd57793119c
Parent: 20a9689e4a87cce1153fc48a20b10727b1bda5aa


$ git standup
diff --git a/.gitconfig b/.gitconfig
index 8d9e1de80964c98a48a16ffff4d797d48bba80f5..3be7314cdba0cfa6df35645dbef5fc2b568799b0 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -14,4 +14,7 @@     wip = commit -m 'wip'
     rev = rev-parse HEAD
     s = status -s
     l = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
+    standup = !clear && git log --since '1 day ago' --no-merges --pretty=format':%C(yellow)%h %aN%n %B%n' --author 'Kyle Fuller'
 
+[push]
+	default = matching