From a8305634d28a716d944b380f94b45f8366ab2b08 Mon Sep 17 00:00:00 2001 From: Alan Muhammad Date: Sat, 5 Nov 2022 09:58:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BA=86git=E7=9A=84?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git add后面好像忘记加-A了 --- scheduling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduling.md b/scheduling.md index 58c18a73b..c980e1e57 100644 --- a/scheduling.md +++ b/scheduling.md @@ -65,7 +65,7 @@ 2. 自学编程 - [Rust-lang Lab Test based on Rustlings](https://classroom.github.com/a/U37u3veU)(采用Github Classroom模式的Rustling小练习,点击上述链接,形成自己的练习用repo) - - 要求:**必须完成** 。每完成几个小练习,就执行 ``git add; git commit -m"update"; git push`` 命令,把更新提交到GithubClassroom的CI进行自动评测。要求小练习全部通过GithubClassroom的CI自动评测。 + - 要求:**必须完成** 。每完成几个小练习,就执行 ``git add -A; git commit -m"update"; git push`` 命令,把更新提交到GithubClassroom的CI进行自动评测。要求小练习全部通过GithubClassroom的CI自动评测。 - [学习系列视频:Rust中文社群线上学习室--通过 Rustlings 学 Rust](https://space.bilibili.com/24917186/video) **提示:基于github classroom的开发方式**