summaryrefslogtreecommitdiff
path: root/.config/git
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-08 10:09:19 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-08 10:09:19 -0400
commit6e9250619ca43588f10f1fca4420aaf80a6766ea (patch)
treed4e11ffb77d232c4e5af09710e8434d5cadc110d /.config/git
parent153d31083211bad2f87cdc162f1b25218cb2879c (diff)
mv .gitconfig .config/git/config
Diffstat (limited to '.config/git')
-rw-r--r--.config/git/config14
1 files changed, 14 insertions, 0 deletions
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