mirror of
https://github.com/git/git.git
synced 2026-01-10 01:56:42 +00:00
doc: git-pull: fix 'git --rebase abort' typo
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>
This commit is contained in:
committed by
Junio C Hamano
parent
e9d221b0b7
commit
8ef7355a8f
@@ -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
|
||||
-------
|
||||
|
||||
Reference in New Issue
Block a user