Skip to content
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

Calamari114514's PR #92

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 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
16 changes: 16 additions & 0 deletions 2022-finalproject/cjj/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 2022先导课总结

跟着DynamicX团队学习的这段课程里,我受益良多。

作为一个从没接触过Linux的小白,我学着自己将电脑变成双系统,学着使用终端遍历自己的电脑,

学会使用vim编辑文件,学着利用指令整理数据,还学会了使用git和GitHub来与其他成员进行开发。

这些知识无论是对于我今后的学习,还是以后的工作来说都有莫大的帮助。

我很庆幸自己能有机会接触这些知识,也感谢有团队愿意传授我这些知识。

希望今后的自己能够学到更多。

---
**视觉组 陈嘉杰**
Binary file added 2022-finalproject/cjj/photos/1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2022-finalproject/cjj/photos/2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2022-finalproject/cjj/photos/3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions 2022-finalproject/cjj/work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## 回答

### 问题一
- 使用 "git restore --staged <文件>..."

- git reset HEAD --.

- git rm --cached filename

![](2022-finalproject/cjj/photos/2.jpeg)

### 问题二
- 使用git revert -n +版本号

- 先用git log查看提交的commit id,复制最后一次提交的commit id,使用git reset --hard +commit id恢复

![](2022-finalproject/cjj/photos/1.jpeg)


### 问题三
- git commit --amend

- git rebase -i

![](2022-finalproject/cjj/photos/3.jpeg)