diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-09 03:22:12 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-09 03:22:12 +0100 |
commit | 4ca793e32246d176d08c10ad221cb5496523b17e (patch) | |
tree | d0d78a694af85bbcce078ad0aebf6d7ad3929e28 | |
parent | 7b5015adb5defb40a1f8519d44290c931ff3b1e8 (diff) |
Set up git for purelymail
-rw-r--r-- | gitconfig | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -7,11 +7,10 @@ editor = /usr/bin/vim autocrlf = input [sendemail] - smtpserver = smtp.fastmail.com - smtpuser = mrlemon@mailforce.net - smtpencryption = tls + smtpserver = smtp.purelymail.com + smtpuser = mrlemon@purelymail.com +# smtpencryption = tls smtpserverport = 587 - smtppass = h7asshvrasq43pqx [alias] co = checkout ci = commit @@ -46,3 +45,5 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true +[credential] + helper = cache |