mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
15 lines
288 B
Plaintext
15 lines
288 B
Plaintext
[core]
|
|
excludesfile = ~/.config/git/gitignore
|
|
[init]
|
|
defaultBranch = main
|
|
[user]
|
|
name = Michael Housh
|
|
email = mhoush@houshhomeenergy.com
|
|
[color]
|
|
ui = true
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|