dotfiles/fake_home/.gitconfig

33 lines
425 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]
2024-01-22 14:04:24 -05:00
autocrlf = input
excludesfile = ~/.gitignore
hooksPath = ~/.githooks
2021-10-06 13:50:04 -04:00
[credential]
2024-01-22 14:04:24 -05:00
helper = store
2021-10-06 13:50:04 -04:00
[push]
2024-01-22 14:04:24 -05:00
default = current
followTags = true
2021-10-06 13:50:04 -04:00
[help]
2024-01-22 14:04:24 -05:00
autocorrect = 1
2021-10-06 13:50:04 -04:00
[include]
2024-01-22 14:04:24 -05:00
path = ~/.gitlocal
[init]
2024-01-22 14:04:24 -05:00
defaultBranch = main
[commit]
2024-01-22 14:04:24 -05:00
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