mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
doc: git rebase: clarify arguments syntax
Remove duplicate explanation of `git rebase <upstream> <branch>` which is already explained above. Signed-off-by: Julia Evans <julia@jvns.ca> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
af5a099197
commit
1469715a9c
@@ -62,11 +62,7 @@ one of these things:
|
|||||||
|
|
||||||
git rebase --skip
|
git rebase --skip
|
||||||
|
|
||||||
If `<branch>` is specified, `git rebase` will perform an automatic
|
If you don't specify an `<upstream>` to rebase onto, the upstream configured in
|
||||||
`git switch <branch>` before doing anything else. Otherwise
|
|
||||||
it remains on the current branch.
|
|
||||||
|
|
||||||
If `<upstream>` is not specified, the upstream configured in
|
|
||||||
`branch.<name>.remote` and `branch.<name>.merge` options will be used (see
|
`branch.<name>.remote` and `branch.<name>.merge` options will be used (see
|
||||||
linkgit:git-config[1] for details) and the `--fork-point` option is
|
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
|
assumed. If you are currently not on any branch or if the current
|
||||||
|
|||||||
Reference in New Issue
Block a user