aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-10-09 03:22:12 +0100
committerMatthew Lemon <y@yulqen.org>2023-10-09 03:22:12 +0100
commit4ca793e32246d176d08c10ad221cb5496523b17e (patch)
treed0d78a694af85bbcce078ad0aebf6d7ad3929e28
parent7b5015adb5defb40a1f8519d44290c931ff3b1e8 (diff)
Set up git for purelymail
-rw-r--r--gitconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/gitconfig b/gitconfig
index 42ca049..12406cd 100644
--- a/gitconfig
+++ b/gitconfig
@@ -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