dotfiles/git/.gitconfig

45 lines
579 B
INI

[include]
path = ~/.gituser
[credential]
helper = cache --timeout=86400
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[core]
editor = nvim
[diff]
compactionHeuristic = true
rename = copy
check = true
[pager]
color = true
[init]
defaultBranch = main
[push]
default = simple
[pull]
rebase = true
[commit]
gpgsign = true
template = ~/.gitmessage
verbose = true
[help]
autocorrect = 1
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true