diff options
| author | Christian Cleberg <[email protected]> | 2026-03-27 21:24:12 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-27 21:24:23 -0500 |
| commit | f1ef816d122faaa9df9fdf5e846bf31801d63a16 (patch) | |
| tree | 694ecd97aa5fd0390d3934f3dd0a9d3a4e781757 /common/git | |
| parent | aa9c273c1edd8acc12034936256422047a62a9d3 (diff) | |
| download | dotfiles-f1ef816d122faaa9df9fdf5e846bf31801d63a16.tar.gz dotfiles-f1ef816d122faaa9df9fdf5e846bf31801d63a16.tar.bz2 dotfiles-f1ef816d122faaa9df9fdf5e846bf31801d63a16.zip | |
ssh and git updates
Diffstat (limited to 'common/git')
| -rw-r--r-- | common/git/.gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/git/.gitconfig b/common/git/.gitconfig index 1294368..df1bbc1 100644 --- a/common/git/.gitconfig +++ b/common/git/.gitconfig @@ -53,3 +53,8 @@ [help] # Correct typos automatically (0.5 second delay) autocorrect = 5 +[sendemail] + smtpserver = smtp.soverin.net + smtpuser = [email protected] + smtpencryption = ssl + smtpserverport = 465 |
