summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index d6f8038..d570dd3 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -3,3 +3,12 @@
name = Sam Nystrom
[init]
defaultBranch = main
+[sendemail]
+ smtpserver = smtp.migadu.com
+ smtpuser = sam@samnystrom.dev
+ smtpencryption = ssl
+ smtpserverport = 465
+ annotate = yes
+ verify = off
+[credential]
+ helper = himitsu