Skip to main content

rebase_branch

Function rebase_branch 

Source
pub fn rebase_branch(
    spec_branch: &str,
    onto_branch: &str,
) -> Result<RebaseResult>
Expand description

Rebase a branch onto another branch. Returns RebaseResult with success status and any conflicting files.