commit a4a5f21fc5d0d29c24a78ef2a80ee81e1cb41463 parent d6b40d03d0f1ee26363315aeaa4473ef5f64a166 Author: Chris Bracken <cbracken@google.com> Date: Thu, 6 Sep 2012 09:49:11 -0700 Added .gitconfig Diffstat:
A | .gitconfig | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/.gitconfig b/.gitconfig @@ -0,0 +1,10 @@ +[diff "vimdiff"] + command = git-vimdiff +[color] + ui = auto +[format] + pretty = format:%C(yellow)%h%C(reset) %C(green)%cr%C(reset) %C(blue)%cn%C(reset) %s +[user] + name = Chris Bracken +[alias] + lol = log --oneline --graph --decorate