git: do per-server identities properly
This commit is contained in:
parent
d29244712d
commit
57a5eb0247
4 changed files with 14 additions and 5 deletions
|
|
@ -1,2 +1,8 @@
|
|||
[include]
|
||||
path = ~/.config/git/personal.gitconfig
|
||||
|
||||
# Pull in additional config files for per-server identity
|
||||
[includeIf "gitdir:~/src/github.com/"]
|
||||
path = ~/.config/git/servers/github.com.gitconfig
|
||||
[includeIf "gitdir:~/src/git.ewin.moe/"]
|
||||
path = ~/.config/git/servers/git.ewin.moe.gitconfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue