28 lines
339 B
INI
28 lines
339 B
INI
|
[user]
|
||
|
name = Sage Vaillancourt
|
||
|
email = sagev9000@tutanota.com
|
||
|
|
||
|
[core]
|
||
|
autocrlf = input
|
||
|
excludesfile = ~/.gitignore
|
||
|
|
||
|
[credential]
|
||
|
helper = store
|
||
|
|
||
|
[push]
|
||
|
default = current
|
||
|
followTags = true
|
||
|
|
||
|
[help]
|
||
|
autocorrect = 1
|
||
|
|
||
|
[include]
|
||
|
path = ~/.gitlocal
|
||
|
[init]
|
||
|
defaultBranch = main
|
||
|
|
||
|
[commit]
|
||
|
verbose = true
|
||
|
[pull]
|
||
|
rebase = false
|