Skip to content

Commit 0f1a8e4

Browse files
committed
move new sentences to new source lines
1 parent be569c6 commit 0f1a8e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

book/07-git-tools/sections/rewriting-history.asc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,9 @@ $ git log -4 --pretty=format:"%h %s"
295295
f7f3f6d Change my name a bit
296296
----
297297

298-
This changes the SHA-1s of the three most recent commits in your list, so make sure no changed commit shows up in that list that you've already pushed to a shared repository. Notice that the last commit (`f7f3f6d`) in the list is unchanged. Despite this commit being shown in the script, because it was marked as ``pick'' and was applied prior to any rebase changes, Git leaves the commit unmodified.
298+
This changes the SHA-1s of the three most recent commits in your list, so make sure no changed commit shows up in that list that you've already pushed to a shared repository.
299+
Notice that the last commit (`f7f3f6d`) in the list is unchanged.
300+
Despite this commit being shown in the script, because it was marked as ``pick'' and was applied prior to any rebase changes, Git leaves the commit unmodified.
299301

300302
==== The Nuclear Option: filter-branch
301303

0 commit comments

Comments
 (0)