readme
This commit is contained in:
parent
9ee74794c1
commit
cbf0c4e6ed
19
README.md
19
README.md
|
@ -1,19 +1,16 @@
|
||||||
## win88
|
## game
|
||||||
|
|
||||||
服务端业务代码
|
游戏业务代码
|
||||||
|
|
||||||
### 添加子仓库
|
### 子仓库
|
||||||
data
|
#### 初始化子仓库
|
||||||
```
|
```
|
||||||
git submodule add git@git.pogorockgames.com:mango-games/server/data.git data
|
git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
protocol
|
#### 更新子仓库
|
||||||
```
|
```
|
||||||
git submodule add git@git.pogorockgames.com:mango-games/server/protocol.git protocol
|
git submodule update --remote
|
||||||
```
|
```
|
||||||
|
|
||||||
xlsx
|
### 代码提交
|
||||||
```
|
|
||||||
git submodule add git@git.pogorockgames.com:mango-games/server/xlsx.git xlsx
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in New Issue