1
0
Files
dots/git-keyring/.gitconfig

15 lines
230 B
INI

[user]
email = matt@threlfall.dev
name = Matt
signingkey = B02E61FDF5CEF06E362B26FDB7E7478FC456A57A
[core]
editor = nvim
[credential]
helper = store
[init]
defaultBranch = main
[commit]
gpgsign = true
[tag]
gpgsign = true