diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-08-26 15:28:15 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-08-26 15:28:15 -0400 |
commit | 84f05a28857bd1c4de055abfb57988330532fefe (patch) | |
tree | 75af67fd4ffbc9a291e46432d6015511a7d2c0e9 | |
parent | 75c76a2a86d5b8f650ee7793784794be81b8dabd (diff) |
.gitconfig: configure email
-rw-r--r-- | .gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,3 +3,8 @@ email = LukeShu@sbcglobal.net [color] ui = auto +[sendemail] + smtpencryption = ssl + smtpserver = plus.smtp.mail.yahoo.com + smtpuser = lukeshu@sbcglobal.net + smtpserverport = 465 |