dots/gitconfig.sample
Yongmin Hong f837a5ee4d
Add git-send.email.io configs
Signed-off-by: Yongmin Hong <revi@pobox.com>
2019-08-18 22:23:42 +02:00

19 lines
No EOL
400 B
Text

[user]
name = Yongmin Hong
email = revi@pobox.com
signingkey = BEFF197A
[gitreview]
username = revi
[core]
editor = nano
[include]
path = /home/revi/dots/.gitaliases
[diff]
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