Add more to gitconfig

Missing details

Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
revi 2019-09-16 10:12:55 +09:00
parent ac32ba3ccd
commit 859eafc955
Signed by: revi
GPG key ID: AACAFCE3D8948D4E

View file

@ -12,8 +12,13 @@
tool = default-difftool
[difftool "default-difftool"]
cmd = code --wait --diff $LOCAL $REMOTE
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[sendemail]
smtpserver = smtp.pobox.com
smtpuser = revi@pobox.com
smtpencryption = tls
smtpserverport = 587
smtpserverport = 587