add git lfs config and credential config

This commit is contained in:
reeink 2024-03-17 21:53:22 +08:00
parent 780040d017
commit 1adea02361
No known key found for this signature in database

View file

@ -10,3 +10,11 @@
email = {{ .git.reeink.email }}
[core]
sshCommand = ssh.exe
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[credential]
helper = cache --timeout 7200
helper = oauth