gitconfig: add include for local overrides
This commit is contained in:
parent
46105f6ac8
commit
c2d20a5ea0
1 changed files with 12 additions and 9 deletions
21
.gitconfig
21
.gitconfig
|
|
@ -1,18 +1,21 @@
|
||||||
[user]
|
[user]
|
||||||
name = Oliver Ladner
|
name = Oliver Ladner
|
||||||
email = waste@lugh.ch
|
email = waste@lugh.ch
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
branch = auto
|
branch = auto
|
||||||
diff = auto
|
diff = auto
|
||||||
interactive = auto
|
interactive = auto
|
||||||
status = auto
|
status = auto
|
||||||
|
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache --timeout 43200
|
helper = cache --timeout 43200
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
|
|
||||||
|
[include]
|
||||||
|
path = ~/.gitconfig.local
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue