From 1469715a9c9dc6e291567fcee16cda9943767138 Mon Sep 17 00:00:00 2001 From: Julia Evans Date: Sat, 23 Aug 2025 00:43:00 +0000 Subject: [PATCH] doc: git rebase: clarify arguments syntax Remove duplicate explanation of `git rebase ` which is already explained above. Signed-off-by: Julia Evans Signed-off-by: Junio C Hamano --- Documentation/git-rebase.adoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Documentation/git-rebase.adoc b/Documentation/git-rebase.adoc index e82ceb9cbf..6d02648a9b 100644 --- a/Documentation/git-rebase.adoc +++ b/Documentation/git-rebase.adoc @@ -62,11 +62,7 @@ one of these things: git rebase --skip -If `` is specified, `git rebase` will perform an automatic -`git switch ` before doing anything else. Otherwise -it remains on the current branch. - -If `` is not specified, the upstream configured in +If you don't specify an `` to rebase onto, the upstream configured in `branch..remote` and `branch..merge` options will be used (see linkgit:git-config[1] for details) and the `--fork-point` option is assumed. If you are currently not on any branch or if the current -- 2.47.3