diff options
author | Mike Beattie <mike@ethernal.org> | 2018-11-15 22:55:58 +1300 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2019-02-03 18:24:52 +1300 |
commit | 04749bda679be2a31bd35c064d04826f8cc430f0 (patch) | |
tree | 01efb68f200403b77697ce344a962196808fbaad | |
parent | 3566bf26e4e1778d0a7bdd728afb813968343353 (diff) |
GIT: Allow local specfic config
Signed-off-by: Mike Beattie <mike@ethernal.org>
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |