initial commit

This commit is contained in:
CaiHQ
2021-11-01 11:28:54 +08:00
parent b3648064ff
commit 19747b2811
5 changed files with 59 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# 项目说明
初次clone可使用以下命令。
```bash
git clone https://xxxx/XXX-bundle.git
```
在git clone之后执行
```bash
git submodule update --init
```
```bash
git submodule foreach -q --recursive 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'
```
更新所有子项目:
```
git pull --rebase --recurse-submodules
```