Skip to content

Commit 181ca91

Browse files
authored
Merge pull request #394 from jersou/master
doc(pull): fix sentence repetition
2 parents ba30da1 + 8d298da commit 181ca91

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

ReadMe.pod

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,6 @@ When you pull you can assume a fast-forward strategy (default) or you can
218218
specify a C<--rebase>, C<--merge> or C<--force> strategy. The latter is the
219219
same as a C<clone --force> operation, using the current remote and branch.
220220

221-
When you pull you can assume a fast-forward strategy (default) or you can
222-
specify a C<--rebase>, C<--merge> or C<--force> strategy. The latter is the
223-
same as a C<clone --force> operation, using the current remote and branch.
224-
225221
Like the C<clone> command, C<pull> will squash all the changes (since the last
226222
pull or clone) into one commit. This keeps your mainline history nice and
227223
clean. You can easily see the subrepo's history with the C<git log> command:

doc/git-subrepo.swim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@ the same arguments. Keep reading…
177177
specify a `--rebase`, `--merge` or `--force` strategy. The latter is the same
178178
as a `clone --force` operation, using the current remote and branch.
179179

180-
When you pull you can assume a fast-forward strategy (default) or you can
181-
specify a `--rebase`, `--merge` or `--force` strategy. The latter is the same
182-
as a `clone --force` operation, using the current remote and branch.
183-
184180
Like the `clone` command, `pull` will squash all the changes (since the last
185181
pull or clone) into one commit. This keeps your mainline history nice and
186182
clean. You can easily see the subrepo's history with the `git log` command:

0 commit comments

Comments
 (0)