dotfiles/.gitconfig
2022-02-10 07:44:50 +01:00

25 lines
318 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