dots/gitconfig.sample
Yongmin Hong c55fc7224a
Fix gitconfig, bump copyright
Fixes MISC-1.

Signed-off-by: Yongmin Hong <revi@pobox.com>
2020-01-10 06:57:43 +09:00

24 lines
546 B
Text

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