From 7ea5aabac5ed2509ca12dcdf0eb9c26456394d04 Mon Sep 17 00:00:00 2001 From: snowdroppe Date: Fri, 28 Nov 2025 10:50:21 +0000 Subject: [PATCH] doc: fix typo in git-pull.adoc Fix typo in git-pull.doc from "git --rebase abort" to "git rebase --abort" Signed-off-by: snowdroppe --- Documentation/git-pull.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -------