diff options
Diffstat (limited to '')
-rw-r--r-- | gitconfig | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,10 +1,16 @@ [user] - email = matt@matthewlemon.com + email = y@yulqen.org name = Matthew Lemon [core] excludesfile = /home/lemon/.gitignore_global quotepath = false editor = /usr/bin/vim +[sendemail] + smtpserver = smtp.fastmail.com + smtpuser = mrlemon@mailforce.net + smtpencryption = tls + smtpserverport = 587 + smtppass = h7asshvrasq43pqx [alias] co = checkout ci = commit |