2020-02-09 12:29:17 -05:00
|
|
|
[user]
|
2022-11-09 10:24:17 -05:00
|
|
|
name = Sage Vaillancourt
|
|
|
|
email = sagev9000@tutanota.com
|
2021-10-06 13:50:04 -04:00
|
|
|
|
2020-02-09 12:29:17 -05:00
|
|
|
[core]
|
2021-10-06 13:50:04 -04:00
|
|
|
autocrlf = input
|
|
|
|
excludesfile = ~/.gitignore
|
|
|
|
|
2020-02-09 12:42:29 -05:00
|
|
|
[credential]
|
2021-10-06 13:50:04 -04:00
|
|
|
helper = store
|
|
|
|
|
|
|
|
[push]
|
|
|
|
default = current
|
|
|
|
followTags = true
|
|
|
|
|
|
|
|
[help]
|
|
|
|
autocorrect = 1
|
|
|
|
|
|
|
|
[include]
|
|
|
|
path = ~/.gitlocal
|
2022-01-30 22:44:31 -05:00
|
|
|
[init]
|
|
|
|
defaultBranch = main
|
|
|
|
|
|
|
|
[commit]
|
|
|
|
verbose = true
|
2022-11-09 10:24:17 -05:00
|
|
|
[pull]
|
|
|
|
rebase = false
|
2023-02-18 17:52:24 -05:00
|
|
|
[protocol "file"]
|
|
|
|
allow = always
|