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.
pub fn rebase_branch(
spec_branch: &str,
onto_branch: &str,
) -> Result<RebaseResult>Rebase a branch onto another branch. Returns RebaseResult with success status and any conflicting files.