From 43c31d4c541f947e64987906120ff69f0ff8cda4 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sun, 29 May 2022 12:59:11 +0800 Subject: [PATCH] chore: move git-lfs section --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 164e3e76..fcb7ee07 100644 --- a/README.md +++ b/README.md @@ -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) - -▲ 可以在提交历史中找到每份代码的不同版本。 - ## 文件目录结构 | 文件夹 | 测评系统 | 账号 | 说明 |