Skip to content

Commit 627686f

Browse files
committed
fix bad subject
1 parent 12f0c8c commit 627686f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/03-git-branching/sections/rebasing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Your commit history looks like this:
153153
image::images/perils-of-rebasing-1.png["Clone a repository, and base some work on it."]
154154

155155
Now, someone else does more work that includes a merge, and pushes that work to the central server.
156-
You fetch them and merge the new remote branch into your work, making your history look something like this:
156+
You fetch it and merge the new remote branch into your work, making your history look something like this:
157157

158158
.Fetch more commits, and merge them into your work
159159
image::images/perils-of-rebasing-2.png["Fetch more commits, and merge them into your work."]

0 commit comments

Comments
 (0)