diff options
author | Matthew Lemon <y@yulqen.org> | 2022-12-15 13:35:18 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2022-12-15 13:35:18 +0000 |
commit | c7e04c1b97cb0cdc100ae3b6d14dc452ac7e252b (patch) | |
tree | 1812ca6a5c2116b4577f717aa622f1133e4b46c5 /gitconfig | |
parent | aa83181a2b18b07895072342af873f0ac640728d (diff) |
git set email and added ignore defaults
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 |