Skip to content

Commit 8e96067

Browse files
committed
Eliminate unnecessary whitespace
1 parent a11d5cf commit 8e96067

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ image::images/reset-squash-r3.png[]
259259
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`.
260260
The commit with the v2 version of the file is no longer in the history.
261261

262-
263262
==== Check It Out
264263

265264
Finally, you may wonder what the difference between `checkout` and `reset` is.

0 commit comments

Comments
 (0)