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 249a512 commit 013a504Copy full SHA for 013a504
Documentation/git-rebase.adoc
@@ -59,12 +59,7 @@ one of these things:
59
60
git rebase --skip
61
62
-
63
-If `<branch>` is specified, `git rebase` will perform an automatic
64
-`git switch <branch>` before doing anything else. Otherwise
65
-it remains on the current branch.
66
67
-If `<upstream>` is not specified, the upstream configured in
+If you don't specify an `<upstream>` to rebase onto, the upstream configured in
68
`branch.<name>.remote` and `branch.<name>.merge` options will be used (see
69
linkgit:git-config[1] for details) and the `--fork-point` option is
70
assumed. If you are currently not on any branch or if the current
0 commit comments