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]
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue