From c2d20a5ea0b1dff7ca9d036dd23fb7f47e6421e4 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Thu, 23 Aug 2018 15:34:31 +0200 Subject: [PATCH] gitconfig: add include for local overrides --- .gitconfig | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitconfig b/.gitconfig index 6138348..856b7fc 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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