dotfiles/.gitconfig

20 lines
228 B
INI
Raw Normal View History

2020-02-09 12:29:17 -05:00
[user]
2021-10-06 13:50:04 -04:00
name = Sage Vaillancourt
2020-02-09 12:29:17 -05:00
[core]
2021-10-06 13:50:04 -04:00
autocrlf = input
excludesfile = ~/.gitignore
[credential]
2021-10-06 13:50:04 -04:00
helper = store
[push]
default = current
followTags = true
[help]
autocorrect = 1
[include]
path = ~/.gitlocal