0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-23 21:08:47 +00:00

chore: move git-lfs section

This commit is contained in:
Baoshuo Ren 2022-05-29 12:59:11 +08:00
parent f91215fb07
commit 43c31d4c54
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -14,6 +14,22 @@
做题时间请参考 `Author Date` ,或根据题目对应提交中注明的提交记录编号查找。
## 仓库使用指南
![](https://user-images.githubusercontent.com/47095648/159689834-dfe67eef-b5a2-484c-98a3-745e7a6f7714.png)
▲ 点击「Commits」按钮可以查看历史提交记录。
![](https://user-images.githubusercontent.com/47095648/159689915-f4761f71-c203-4293-a23b-6ee2f77536fe.png)
▲ 在每个提交记录的说明中都会注明提交记录的链接/编号。
![](https://user-images.githubusercontent.com/47095648/159690018-3d7b94e3-4e1d-4712-b26c-8f749c3e0988.png)
![](https://user-images.githubusercontent.com/47095648/159690097-43d2b381-d8a7-4cc6-aa0a-261078285fe1.png)
▲ 可以在提交历史中找到每份代码的不同版本。
## 关于 Git LFS
本仓库使用了 [Git LFS](https://git-lfs.github.com) 来存储题目的测试数据。在克隆仓库前请先安装 Git LFS并使用如下命令以获得更快的克隆速度
@ -34,22 +50,6 @@ git clone https://git.sb/baoshuo/OI-codes.git --skip-smudge
git lfs pull
```
## 仓库使用指南
![](https://user-images.githubusercontent.com/47095648/159689834-dfe67eef-b5a2-484c-98a3-745e7a6f7714.png)
▲ 点击「Commits」按钮可以查看历史提交记录。
![](https://user-images.githubusercontent.com/47095648/159689915-f4761f71-c203-4293-a23b-6ee2f77536fe.png)
▲ 在每个提交记录的说明中都会注明提交记录的链接/编号。
![](https://user-images.githubusercontent.com/47095648/159690018-3d7b94e3-4e1d-4712-b26c-8f749c3e0988.png)
![](https://user-images.githubusercontent.com/47095648/159690097-43d2b381-d8a7-4cc6-aa0a-261078285fe1.png)
▲ 可以在提交历史中找到每份代码的不同版本。
## 文件目录结构
| 文件夹 | 测评系统 | 账号 | 说明 |