mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-08 15:18:46 +00:00
feat: bring up submodules
This commit is contained in:
parent
1d93a5dcf2
commit
a8428c3c64
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "includes/testlib"]
|
||||
path = includes/testlib
|
||||
url = https://github.com/MikeMirzayanov/testlib.git
|
@ -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
1
includes/testlib
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 6daa79fdc9c2b113be8d40f828e3dc81e67ce33d
|
5063
includes/testlib.h
5063
includes/testlib.h
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user