Add more to gitconfig
Missing details Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
parent
ac32ba3ccd
commit
859eafc955
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue