mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
add git lfs config and credential config
This commit is contained in:
parent
780040d017
commit
1adea02361
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue