Skip to content

Commit 7ee6b0a

Browse files
committed
doc: git rebase: clarify arguments syntax
Remove duplicate explanation of `git rebase <upstream> <branch>` which is already explained above. Signed-off-by: Julia Evans <[email protected]>
1 parent ad63f69 commit 7ee6b0a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Documentation/git-rebase.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@ one of these things:
6262
6363
git rebase --skip
6464
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
65+
If you don't specify an `<upstream>` to rebase onto, the upstream configured in
7066
`branch.<name>.remote` and `branch.<name>.merge` options will be used (see
7167
linkgit:git-config[1] for details) and the `--fork-point` option is
7268
assumed. If you are currently not on any branch or if the current

0 commit comments

Comments
 (0)