gitconfig: add include for local overrides

This commit is contained in:
Oliver Ladner 2018-08-23 15:34:31 +02:00
commit c2d20a5ea0

View file

@ -1,18 +1,21 @@
[user]
name = Oliver Ladner
email = waste@lugh.ch
name = Oliver Ladner
email = waste@lugh.ch
[core]
editor = vim
editor = vim
[color]
branch = auto
diff = auto
interactive = auto
status = auto
branch = auto
diff = auto
interactive = auto
status = auto
[credential]
helper = cache --timeout 43200
helper = cache --timeout 43200
[diff]
tool = vimdiff
tool = vimdiff
[include]
path = ~/.gitconfig.local