pub fn rebase_branch(
    repo_path: &RepoPath,
    branch: &str,
    branch_type: BranchType,
) -> Result<RebaseState>Expand description
rebase current HEAD on branch
pub fn rebase_branch(
    repo_path: &RepoPath,
    branch: &str,
    branch_type: BranchType,
) -> Result<RebaseState>rebase current HEAD on branch