diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-17 15:57:07 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-17 15:57:07 -0500 |
| commit | 3b9996aabe0664a87604ae7374dd0f10117f5496 (patch) | |
| tree | c383a5ad394e0a1aec193dc6fca2f84c21c0e758 /.gitconfig | |
| parent | 33bdbd228dd1c3312d8e2309df8f2a24385fb98f (diff) | |
feat(git): set up git-send-email with himitsu
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
