注册表版本
Go to file
2021-11-04 19:01:02 +08:00
datanet-search-engine-backend@58101bc950 update front-template 2021-11-04 18:49:56 +08:00
datanet-search-engine-front@cbcae6e55a update front-template 2021-11-04 19:01:02 +08:00
.gitignore initial commit 2021-11-01 11:28:54 +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 initial commit 2021-11-01 11:28:54 +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 pull --rebase --recurse-submodules