mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
29 lines
497 B
Plaintext
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
|