Skip to content
Discussion options

You must be logged in to vote

There are three types of rebase: rebase-am (using patch files), rebase-merge (using cherry-pick) and rebase-interactive (using the list of instructions). At the moment, we support only rebase-merge. Our rebase machinery was built with the abstraction points to support interactive, but this has not been implemented. At the moment libgit2 will not start an interactive rebase, nor support any interactive rebase in-progress.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nikita-skobov
Comment options

Answer selected by nikita-skobov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants