Skip to content

Commit 22b1124

Browse files
committed
doc: git-pull: fix 'git --rebase abort' typo
`git --rebase abort` should be `git rebase --abort`. (typo introduced in e9d221b) Signed-off-by: Julia Evans <[email protected]>
1 parent f0ef5b6 commit 22b1124

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)