33 lines
425 B
INI
33 lines
425 B
INI
[user]
|
|
name = Sage Vaillancourt
|
|
email = sage@sagev.space
|
|
|
|
[core]
|
|
autocrlf = input
|
|
excludesfile = ~/.gitignore
|
|
hooksPath = ~/.githooks
|
|
|
|
[credential]
|
|
helper = store
|
|
|
|
[push]
|
|
default = current
|
|
followTags = true
|
|
|
|
[help]
|
|
autocorrect = 1
|
|
|
|
[include]
|
|
path = ~/.gitlocal
|
|
[init]
|
|
defaultBranch = main
|
|
|
|
[commit]
|
|
verbose = true
|
|
[pull]
|
|
rebase = false
|
|
[protocol "file"]
|
|
allow = always
|
|
[safe]
|
|
directory = /var/lib/gitea/custom
|