0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-16 20:05:26 +00:00

feat: bring up submodules

This commit is contained in:
Baoshuo Ren 2022-07-23 22:09:52 +08:00
parent 1d93a5dcf2
commit a8428c3c64
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A
4 changed files with 6 additions and 5065 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "includes/testlib"]
path = includes/testlib
url = https://github.com/MikeMirzayanov/testlib.git

View File

@ -47,13 +47,13 @@
在克隆仓库前请先安装 Git LFS并使用如下命令以获得更快的克隆速度
```bash
git lfs clone https://git.sb/baoshuo/OI-codes.git
git lfs clone https://git.sb/baoshuo/OI-codes.git --recursive
```
如果克隆仓库时不需要拉取测试数据,可以使用以下命令:
```bash
GIT_LFS_SKIP_SMUDGE=1 git clone https://git.sb/baoshuo/OI-codes.git
GIT_LFS_SKIP_SMUDGE=1 git clone https://git.sb/baoshuo/OI-codes.git --recursive
```
后期如果希望再次拉取测试数据,可以使用以下命令:

1
includes/testlib Submodule

@ -0,0 +1 @@
Subproject commit 6daa79fdc9c2b113be8d40f828e3dc81e67ce33d

File diff suppressed because it is too large Load Diff