mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Merge branch 'je/doc-pull' into jch
Doc fixup. * je/doc-pull: doc: git-pull: fix 'git --rebase abort' typo
This commit is contained in:
@@ -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