summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-27 00:25:48 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-01-27 17:27:45 -0500
commit0f4a6cf04af0cb2a33637dda81dfd82adbc7acc6 (patch)
tree2a267742e1f53718ac209c41300a69f94c3746f2 /.gitconfig
parent45a1be2b12ce1de669b6106a5eca4c9bc91a5f6a (diff)
stuff
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 9846d72..218b006 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -8,3 +8,7 @@
smtpserver = plus.smtp.mail.yahoo.com
smtpuser = lukeshu@sbcglobal.net
smtpserverport = 465
+[push]
+ default = matching
+[alias]
+ lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative