dotfiles/fake_home/.gitconfig

31 lines
399 B
INI

[user]
name = Sage Vaillancourt
email = sagev9000@tutanota.com
[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