Files
dotfiles/git/git/config

29 lines
497 B
Plaintext

[core]
excludesfile = ~/.config/git/gitignore
[init]
defaultBranch = main
[user]
name = Michael Housh
email = mhoush@houshhomeenergy.com
signingkey = mhoush@houshhomeenergy.com
[commit]
gpgsign = true
[tag]
gpgSign = true
[color]
ui = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential]
helper = gopass
[credential "https://git.housh.dev"]
username = michael
[push]
autoSetupRemote = true