From: Julia Evans Date: Sat, 23 Aug 2025 00:43:00 +0000 (+0000) Subject: doc: git rebase: clarify arguments syntax X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1469715a9c9dc6e291567fcee16cda9943767138;p=thirdparty%2Fgit.git 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 --- 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