dotfiles/.gitconfig
2023-03-30 22:41:18 +02:00

27 lines
352 B
INI

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