Skip to content

Commit

Permalink
fix issue484
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherry520 authored and networm committed Jul 31, 2024
1 parent 92830bb commit df02cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/07-git-tools/sections/reset.asc
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ image::images/reset-mixed.png[]
如果指定 `--mixed` 选项,`reset` 将会在这时停止。
这也是默认行为,所以如果没有指定任何选项(在本例中只是 `git reset HEAD~`),这就是命令将会停止的地方。

现在再看一眼上图,理解一下发生的事情:它依然会撤销一上次 `提交`,但还会 _取消暂存_ 所有的东西。
现在再看一眼上图,理解一下发生的事情:它依然会撤销上一次 `提交`,但还会 _取消暂存_ 所有的东西。
于是,我们回滚到了所有 `git add` 和 `git commit` 的命令执行之前。

===== 第 3 步:更新工作目录(--hard)
Expand Down

0 comments on commit df02cfe

Please sign in to comment.