添加子仓库
This commit is contained in:
parent
9405ae091e
commit
9ee74794c1
|
@ -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
|
15
README.md
15
README.md
|
@ -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
|
||||
```
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 7ec1020d199c9372229a5814cc038bffc1f081f4
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 0620fe1a6941b9f880545bbc678cfa68ce3c3b2c
|
|
@ -0,0 +1 @@
|
|||
Subproject commit f73863065b41b38162a776d230b5a41e066631ff
|
Loading…
Reference in New Issue