Skip to content

Latest commit

 

History

History

Lv2提交测试

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

中文 | English

🚀提交测试

入门及规范 提交测试 合作测试 Code Review 冲突解决 参与开源
☁️ 💻 💾 🎨 🔧 🐍

☁️ 仓库食用手册

## 基本提交测试 - **[任务一]**:进行基础提交,讲自己的年级 + 姓名 + 学号写入到`2022提交测试内.md` - **[任务二]**:进行git add.以及git add.撤销,git commit以及git commit 撤销,git push以及git push撤销`2022提交测试内.md` - 对应场景:`git add .` 添加了所有改动,但有的不需要了,所以需要 `git checkout .` 取消 - 今天开发了功能A,commit了,但本地发现出了bug,所以需要回退commit - 版本以及上线了,推送到了仓库,但代码又出问题了,就要回退推送