dotfiles/.gitconfig
2024-08-16 10:22:22 +02:00

32 lines
431 B
INI

[user]
name = Oliver Ladner
email = waste@lugh.ch
[core]
editor = nvim
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[credential]
helper = cache --timeout 43200
[diff]
tool = vimdiff
[include]
path = ~/.gitconfig.local
[http]
postBuffer = 524288000
version = HTTP/2
[pull]
rebase = false
[safe]
directory = /opt/homebrew
[init]
defaultBranch = main
[merge]
conflictstyle = diff3