diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 15:05:34 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 17:31:07 -0500 |
commit | 8b7ff748abfaa509fe45ba0be53a39aa9951c31b (patch) | |
tree | bb005d9b1dfd911fe35fe27a6b96eae0477ead72 /.config/git/config | |
parent | 119be9a0e6cdc5ab517a8fcac27f7960382c9f32 (diff) |
symlink git files to .config/git
Diffstat (limited to '.config/git/config')
-rw-r--r-- | .config/git/config | 14 |
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 |