Skip to content

Commit 8ef7355

Browse files
jvnsgitster
authored andcommitted
doc: git-pull: fix 'git --rebase abort' typo
An earlier commit e9d221b (doc: git-pull: clarify how to exit a conflicted merge, 2025-10-15) misspelt `git rebase --abort` to `git --rebase abort`. Fix it. Signed-off-by: Julia Evans <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e9d221b commit 8ef7355

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)