From 04749bda679be2a31bd35c064d04826f8cc430f0 Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Thu, 15 Nov 2018 22:55:58 +1300 Subject: GIT: Allow local specfic config Signed-off-by: Mike Beattie --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 05b1f71..2faf810 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,3 +3,5 @@ lll = !git --no-pager log --format=\"%C(auto)%h %ad (%C(green)%>(12,trunc)%ar%C(reset)) %C(cyan)%>(12,trunc)%aN%C(auto)%d% s\" --all --graph [credential] helper = cache --timeout=3600 +[include] + path = .gitconfig.local -- cgit v1.2.3