submodules relative path
This commit is contained in:
10
.gitmodules
vendored
10
.gitmodules
vendored
@@ -1,20 +1,20 @@
|
|||||||
[submodule "cmake"]
|
[submodule "cmake"]
|
||||||
path = cmake
|
path = cmake
|
||||||
url = https://git.shs.tools/SHS/cmake.git
|
url = ../cmake.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "qad"]
|
[submodule "qad"]
|
||||||
path = qad
|
path = qad
|
||||||
url = https://git.shs.tools/SHS/qad.git
|
url = ../qad.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "qglengine"]
|
[submodule "qglengine"]
|
||||||
path = qglengine
|
path = qglengine
|
||||||
url = https://git.shs.tools/SHS/qglengine.git
|
url = ../qglengine.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "pip"]
|
[submodule "pip"]
|
||||||
path = pip
|
path = pip
|
||||||
url = https://git.shs.tools/SHS/pip.git
|
url = ../pip.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "cd"]
|
[submodule "cd"]
|
||||||
path = cd
|
path = cd
|
||||||
url = https://git.shs.tools/SHS/cd.git
|
url = ../cd.git
|
||||||
branch = master
|
branch = master
|
||||||
|
|||||||
Reference in New Issue
Block a user