feat: .gitconfig
This commit is contained in:
13
dotfiles/git/.gitconfig
Normal file
13
dotfiles/git/.gitconfig
Normal file
@@ -0,0 +1,13 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user