提交 5c0fe1b1 编写于 作者: CairBin's avatar CairBin

2022-09-06 修改了README.md

上级 de03db38
......@@ -80,3 +80,11 @@ git push origin Angelen
- 其子目录命名建议对应习题集,如:STL训练(不强制要求)
- 其源文件建议按章题集顺序命名,如:STL_A_helloworld.cpp(不强制要求,但必须让其他人清楚知道题目是哪一题)
### 与master代码保持一致
如果您想要将clone自master代码与最新的master分支保持一致,则需要使用命令强制覆盖本地代码
```shell
git fetch --all
git reset --hard origin/master
git pull
```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册