Skip to content

Commit c382988

Browse files
committed
Merge branch 'je/doc-pull'
Doc fixup. * je/doc-pull: doc: git-pull: fix 'git --rebase abort' typo
2 parents 25ce088 + 8ef7355 commit c382988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-pull.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ You can also set the configuration options `pull.rebase`, `pull.squash`,
3737
or `pull.ff` with your preferred behaviour.
3838

3939
If there's a merge conflict during the merge or rebase that you don't
40-
want to handle, you can safely abort it with `git merge --abort` or `git
41-
--rebase abort`.
40+
want to handle, you can safely abort it with `git merge --abort` or
41+
`git rebase --abort`.
4242

4343
OPTIONS
4444
-------

0 commit comments

Comments
 (0)