添加子仓库

This commit is contained in:
sk 2024-04-12 10:49:50 +08:00
parent 9405ae091e
commit 9ee74794c1
5 changed files with 27 additions and 0 deletions

9
.gitmodules vendored Normal file
View File

@ -0,0 +1,9 @@
[submodule "data"]
path = data
url = git@git.pogorockgames.com:mango-games/server/data.git
[submodule "xlsx"]
path = xlsx
url = git@git.pogorockgames.com:mango-games/server/xlsx.git
[submodule "protocol"]
path = protocol
url = git@git.pogorockgames.com:mango-games/server/protocol.git

View File

@ -2,3 +2,18 @@
服务端业务代码
### 添加子仓库
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
```

1
data Submodule

@ -0,0 +1 @@
Subproject commit 7ec1020d199c9372229a5814cc038bffc1f081f4

1
protocol Submodule

@ -0,0 +1 @@
Subproject commit 0620fe1a6941b9f880545bbc678cfa68ce3c3b2c

1
xlsx Submodule

@ -0,0 +1 @@
Subproject commit f73863065b41b38162a776d230b5a41e066631ff