20 lines
337 B
Markdown
20 lines
337 B
Markdown
## win88
|
|
|
|
服务端业务代码
|
|
|
|
### 添加子仓库
|
|
data
|
|
```
|
|
git submodule add git@git.pogorockgames.com:mango-games/server/data.git data
|
|
```
|
|
|
|
protocol
|
|
```
|
|
git submodule add git@git.pogorockgames.com:mango-games/server/protocol.git protocol
|
|
```
|
|
|
|
xlsx
|
|
```
|
|
git submodule add git@git.pogorockgames.com:mango-games/server/xlsx.git xlsx
|
|
```
|