We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad63f69 commit 7ee6b0aCopy full SHA for 7ee6b0a
Documentation/git-rebase.adoc
@@ -62,11 +62,7 @@ one of these things:
62
63
git rebase --skip
64
65
-If `<branch>` is specified, `git rebase` will perform an automatic
66
-`git switch <branch>` before doing anything else. Otherwise
67
-it remains on the current branch.
68
-
69
-If `<upstream>` is not specified, the upstream configured in
+If you don't specify an `<upstream>` to rebase onto, the upstream configured in
70
`branch.<name>.remote` and `branch.<name>.merge` options will be used (see
71
linkgit:git-config[1] for details) and the `--fork-point` option is
72
assumed. If you are currently not on any branch or if the current
0 commit comments