This commit is contained in:
sk 2024-04-12 11:41:21 +08:00
parent 9ee74794c1
commit cbf0c4e6ed
1 changed files with 8 additions and 11 deletions

View File

@ -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
```