summaryrefslogtreecommitdiff
path: root/.config/git
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 14:41:33 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 14:41:33 -0400
commitb0cdbb3da2c2b36d3c65b00db4eaf5a0d29c2cd6 (patch)
tree6815d1584f909fd52a87f04de26fc179ae7c163e /.config/git
parent5f7de477be298f158369862c1a3cc80286fc7e32 (diff)
parent9413cf45dfc7601ace8d448a026a24073b6d73b4 (diff)
Merge branch 'thinkpenguin-par'
Diffstat (limited to '.config/git')
-rw-r--r--.config/git/config14
-rw-r--r--.config/git/ignore0
2 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
diff --git a/.config/git/ignore b/.config/git/ignore
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.config/git/ignore