From 3cfabeec77580bc28db8e4d3ae49c11da31adee3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 27 Nov 2012 00:25:48 -0500 Subject: stuff --- .gitconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitconfig') 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 -- cgit v1.2.3-2-g168b