24 lines
430 B
INI
24 lines
430 B
INI
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
[user]
|
|
name = Jamie Albert
|
|
email = git.747@flatmail.me
|
|
signingkey = C975E3BEF2BA3276
|
|
[commit]
|
|
gpgsign = true
|
|
[tag]
|
|
gpgSign = true
|
|
[pull]
|
|
rebase = false
|
|
[gui]
|
|
pruneduringfetch = true
|
|
[smartgit "submodule"]
|
|
fetchalways = false
|
|
update = true
|
|
initializenew = true
|
|
[push]
|
|
recurseSubmodules = check
|