14 lines
261 B
INI
14 lines
261 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
|