We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f0c8c commit 627686fCopy full SHA for 627686f
book/03-git-branching/sections/rebasing.asc
@@ -153,7 +153,7 @@ Your commit history looks like this:
153
image::images/perils-of-rebasing-1.png["Clone a repository, and base some work on it."]
154
155
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:
+You fetch it and merge the new remote branch into your work, making your history look something like this:
157
158
.Fetch more commits, and merge them into your work
159
image::images/perils-of-rebasing-2.png["Fetch more commits, and merge them into your work."]
0 commit comments