mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
25 lines
392 B
Plaintext
25 lines
392 B
Plaintext
[core]
|
|
excludesfile = ~/.config/git/gitignore
|
|
ignorecasse = false
|
|
[init]
|
|
defaultBranch = main
|
|
[user]
|
|
name = Michael Housh
|
|
email = mhoush@houshhomeenergy.com
|
|
signingkey = mhoush@houshhomeenergy.com
|
|
|
|
[commit]
|
|
gpgsign = true
|
|
[tag]
|
|
gpgSign = true
|
|
|
|
[color]
|
|
ui = true
|
|
[credential]
|
|
helper = gopass
|
|
|
|
[credential "https://git.housh.dev"]
|
|
username = michael
|
|
[push]
|
|
autoSetupRemote = true
|