dotfiles/gitconfig
2018-05-24 16:39:21 -05:00

13 lines
313 B
Text

[gpg]
program = /usr/local/MacGPG2/bin/gpg
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[user]
name = Spotlight
email = spotlight@joscomputing.space
signingkey = A1C731549463236D88A17111CC3F4E0080AC47A3
[commit]
gpgsign = true