feat: Sway git to one config using email as signing key id
This commit is contained in:
19
git/.gitconfig
Normal file
19
git/.gitconfig
Normal file
@@ -0,0 +1,19 @@
|
||||
[user]
|
||||
email = matt@threlfall.dev
|
||||
name = Matt
|
||||
signingkey = matt@threlfall.dev
|
||||
[core]
|
||||
editor = nvim
|
||||
[credential]
|
||||
helper = store
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[tag]
|
||||
gpgsign = true
|
||||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
Reference in New Issue
Block a user