diff --git a/gitconfig.sample b/gitconfig.sample index c37e35d..6197c0a 100644 --- a/gitconfig.sample +++ b/gitconfig.sample @@ -12,3 +12,8 @@ tool = default-difftool [difftool "default-difftool"] cmd = code --wait --diff $LOCAL $REMOTE +[sendemail] + smtpserver = smtp.pobox.com + smtpuser = revi@pobox.com + smtpencryption = tls + smtpserverport = 587 \ No newline at end of file