mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Allow alternate path for extra git config
This commit is contained in:
parent
b2bab0abfd
commit
08e9b6f4c3
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@
|
|||
path = ~/.gitconfig.sqreen
|
||||
[includeIf "gitdir:~/Source/github.com/DataDog/"]
|
||||
path = ~/.gitconfig.datadog
|
||||
[includeIf "gitdir:~/src/github.com/sqreen/"]
|
||||
path = ~/.gitconfig.sqreen
|
||||
[includeIf "gitdir:~/src/github.com/DataDog/"]
|
||||
path = ~/.gitconfig.datadog
|
||||
[core]
|
||||
excludesfile = /Users/lloeki/.gitignore
|
||||
[pull]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue