diff --git a/Documentation/git-pull.adoc b/Documentation/git-pull.adoc index cd3bbc90e3008d..d3006359edfa51 100644 --- a/Documentation/git-pull.adoc +++ b/Documentation/git-pull.adoc @@ -38,7 +38,7 @@ 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`. +rebase --abort`. OPTIONS -------