add README.md
This commit is contained in:
parent
66acd9fce8
commit
c1315cf014
23
README.md
Normal file
23
README.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# 项目说明
|
||||||
|
初次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
|
||||||
|
```
|
||||||
|
|
||||||
|
## 配置说明
|
||||||
|
首次配置,需要配置Yjs路径。
|
||||||
|
同时还需要配置启动路径。
|
Loading…
x
Reference in New Issue
Block a user