-
Notifications
You must be signed in to change notification settings - Fork 54
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
Calamari114514
wants to merge
7
commits into
gdut-dynamic-x:master
Choose a base branch
from
Calamari114514:cjj
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
fbb960e
add(member):cjj
Calamari114514 7c29bc9
add(member):CJJ
Calamari114514 65bffc7
fixed
Calamari114514 3d18772
changed2
Calamari114514 946d45f
fixed2
Calamari114514 fa082e6
change3
Calamari114514 3191010
changed4
Calamari114514 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## 2022先导课总结 | ||
|
||
跟着DynamicX团队学习的这段课程里,我受益良多。 | ||
|
||
作为一个从没接触过Linux的小白,我学着自己将电脑变成双系统,学着使用终端遍历自己的电脑, | ||
|
||
学会使用vim编辑文件,学着利用指令整理数据,还学会了使用git和GitHub来与其他成员进行开发。 | ||
|
||
这些知识无论是对于我今后的学习,还是以后的工作来说都有莫大的帮助。 | ||
|
||
我很庆幸自己能有机会接触这些知识,也感谢有团队愿意传授我这些知识。 | ||
|
||
希望今后的自己能够学到更多。 | ||
|
||
--- | ||
**视觉组 陈嘉杰** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## 回答 | ||
|
||
### 问题一 | ||
* 使用 "git restore --staged <文件>..." | ||
* git reset HEAD +filename | ||
|
||
|
||
### 问题二 | ||
* 使用git checkout HEAD +文件名 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can checkout really return a commit? |
||
* 先用git log查看提交的commit id,复制最后一次提交的commit id,使用git reset --hard +commit id恢复 | ||
|
||
|
||
### 问题三 | ||
* git commit --amend | ||
* git rebase -i | ||
|
||
[百度网盘](https://pan.baidu.com/s/1GuaTBC9J9wS6Gi3j0CWOBw?pwd=8734) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You should learn how to add a photo in markdown. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to use these two commands together to solve the problem, or can either do?