14 lines
336 B
INI
14 lines
336 B
INI
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
[user]
|
|
name = Florian Hoss
|
|
email = fhoss@brainority.com
|
|
[commit]
|
|
gpgsign = true
|
|
[gpg]
|
|
program = /opt/homebrew/bin/gpg
|
|
[includeIf "gitdir:~/Documents/PrivateGit/"]
|
|
path = ~/Documents/PrivateGit/.gitconfig
|