基于开源的搜索引擎实现的层级式注册表
Go to file
2021-11-22 15:34:06 +08:00
datanet-search-engine-backend@3a38212d04 update Repo config 2021-11-22 15:34:06 +08:00
datanet-search-engine-front@6297f61aad update Repo config 2021-11-22 15:34:06 +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