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
|
tool = default-difftool
|
||||||
[difftool "default-difftool"]
|
[difftool "default-difftool"]
|
||||||
cmd = code --wait --diff $LOCAL $REMOTE
|
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]
|
[sendemail]
|
||||||
smtpserver = smtp.pobox.com
|
smtpserver = smtp.pobox.com
|
||||||
smtpuser = revi@pobox.com
|
smtpuser = revi@pobox.com
|
||||||
smtpencryption = tls
|
smtpencryption = tls
|
||||||
smtpserverport = 587
|
smtpserverport = 587
|
||||||
|
|
Loading…
Reference in a new issue