基于开源的搜索引擎实现的层级式注册表
Go to file
2021-11-16 17:24:18 +08:00
datanet-search-engine-backend@5f57865439 update Statics data 2021-11-16 17:24:18 +08:00
datanet-search-engine-front@1ae30a9a40 update magangeConf 2021-11-15 00:48:21 +08:00
.gitignore update readme 2021-11-06 10:11:35 +08:00
.gitmodules initial commit 2021-11-01 11:28:54 +08:00
build.gradle initial commit 2021-11-01 11:28:54 +08:00
LICENSE Initial commit 2021-10-26 01:05:02 +00:00
README.md update readme 2021-11-06 10:11:35 +08:00
settings.gradle initial commit 2021-11-01 11:28:54 +08:00

项目说明

初次clone可使用以下命令。

git clone  https://xxxx/XXX-bundle.git

在git clone之后执行

git submodule update --init

git submodule foreach -q --recursive 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'

更新所有子项目:

git submodule foreach git pull --rebase origin master
git pull --rebase origin master