Skip to content

Commit aa85ed5

Browse files
committed
fix typo plus futher clarify
1 parent 452660d commit aa85ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/reset.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ And then simply run `git commit` again:
252252

253253
image::images/reset-squash-r3.png[]
254254

255-
Now you can see that your reachable history, the history you would push, now looks like you had one commit with `file-a.txt` v1, then a second that both modified `file-a.txt` to v2 and added `file-b.txt`.
255+
Now you can see that your reachable history, the history you would push, now looks like you had one commit with `file-a.txt` v1, then a second that both modified `file-a.txt` to v3 and added `file-b.txt`. The commit with the v2 version of the file is no longer in the history.
256256

257257

258258
==== Check It Out

0 commit comments

Comments
 (0)