]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: git-pull: fix 'git --rebase abort' typo
authorJulia Evans <julia@jvns.ca>
Wed, 3 Dec 2025 15:34:55 +0000 (15:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Dec 2025 21:51:29 +0000 (13:51 -0800)
An earlier commit e9d221b0 (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 <julia@jvns.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-pull.adoc

index cd3bbc90e3008d73f8d6bdde97da8b68e84f16a8..4df4193575b34577bde9ed7267b673bafd6445e2 100644 (file)
@@ -37,8 +37,8 @@ You can also set the configuration options `pull.rebase`, `pull.squash`,
 or `pull.ff` with your preferred behaviour.
 
 If there's a merge conflict during the merge or rebase that you don't
-want to handle, you can safely abort it with `git merge --abort` or `git
---rebase abort`.
+want to handle, you can safely abort it with `git merge --abort` or
+`git rebase --abort`.
 
 OPTIONS
 -------