fix: gitconfig projects path
This commit is contained in:
parent
2f4cca286e
commit
1815d3f700
1 changed files with 7 additions and 5 deletions
|
@ -30,11 +30,13 @@
|
|||
path = ~/Trabajo/.gitconfig
|
||||
[includeIf "gitdir:~/.compartido/Trabajo/"]
|
||||
path = ~/Trabajo/.gitconfig
|
||||
|
||||
[includeIf "gitdir:~/Proyectos/real/"]
|
||||
path = ~/Proyectos/real/.gitconfig
|
||||
[includeIf "gitdir:~/.compartido/Proyectos/real/"]
|
||||
path = ~/Proyectos/real/.gitconfig
|
||||
[includeIf "gitdir:~/.Proyectos/real/"]
|
||||
path = ~/Proyectos/real/.gitconfig
|
||||
|
||||
[includeIf "gitdir:~/.compartido/Proyectos/alias/"]
|
||||
path = ~/Personal/alias/.gitconfig
|
||||
[includeIf "gitdir:~/.Proyectos/alias/"]
|
||||
path = ~/Personal/alias/.gitconfig
|
||||
path = ~/Proyectos/alias/.gitconfig
|
||||
[includeIf "gitdir:~/Proyectos/alias/"]
|
||||
path = ~/Proyectos/alias/.gitconfig
|
||||
|
|
Loading…
Reference in a new issue