Skip to content

修正了git的命令 #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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的开发方式**
Expand Down