-
Notifications
You must be signed in to change notification settings - Fork 6
Rebase
You can rebase a revision, branch or source onto/before/after another revision in the revision tree.
Pressing r
enter the rebase mode and by default source is set to source
and target is set to onto
.
During rebase, there are source and target options that you can set to choose what type of rebase you want. Source defines which revisions you want to be rebased and target defines where and how you want to be rebased.
Can be set by pressing r
. Only the selected revision will be moved to the target.
Can be set by pressing B
. All revisions in the branch of the selected revision will be moved to the target.
Can be set by pressing s
. Selected revision and its descendants will be moved to the target.
Can be set by pressing d
. Source revisions will be branched off the target revision.


Can be set by pressing a
. Source revision(s) will be placed after the target revision.
when applied:
Can be set by pressing b
. Source revision(s) will be placed before the target revision.

when applied: