From 8b7ff748abfaa509fe45ba0be53a39aa9951c31b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Jan 2013 15:05:34 -0500 Subject: symlink git files to .config/git --- .config/git/config | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .config/git/config (limited to '.config/git/config') diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..218b006 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,14 @@ +[user] + name = Luke Shumaker + email = LukeShu@sbcglobal.net +[color] + ui = auto +[sendemail] + smtpencryption = ssl + 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