summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Van Doorn <nick@nv.delivery>2021-08-17 19:50:39 -0700
committerNicholas Van Doorn <nick@nv.delivery>2021-08-17 19:50:39 -0700
commit0cc24e66265a0a0784fc2113c3775999ee05f8cc (patch)
tree5557ec288578341cd1d71ac633f2916106783310
parentf73c53b3254f428c253aea204168f3e1d6d16084 (diff)
Configure git send email
Nice
-rw-r--r--gitconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index 314b01b..6f54737 100644
--- a/gitconfig
+++ b/gitconfig
@@ -2,6 +2,8 @@
path = ~/.gitconfig_personal
[includeIf "gitdir:~/work/"]
path = ~/.gitconfig_work
+[include]
+ path = ~/.gitconfig_sensitive
[core]
excludesfile = ~/.gitignore_global
@@ -35,3 +37,9 @@
[user]
name = Nicholas Van Doorn
email = <nick@nv.delivery>
+
+[sendemail]
+ smtpencryption = tls
+ smtpserver = smtp.fastmail.com
+ smtpuser = nick@nv.delivery
+ smtpserverport = 587