dotfiles/fake_home/.gitconfig

33 lines
435 B
INI
Raw Normal View History

2020-02-09 12:29:17 -05:00
[user]
2022-11-09 10:24:17 -05:00
name = Sage Vaillancourt
2023-12-05 19:27:11 -05:00
email = sage@sagev.space
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
2023-09-27 12:21:12 -04:00
hooksPath = ~/.githooks
2021-10-06 13:50:04 -04:00
[credential]
2021-10-06 13:50:04 -04:00
helper = store
[push]
default = current
followTags = true
[help]
autocorrect = 1
[include]
path = ~/.gitlocal
[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
2023-12-13 13:42:44 -05:00
[safe]
directory = /var/lib/gitea/custom