Function perform_rebase

Source
pub async fn perform_rebase(
    deps: FlatDep,
    repo: &Repository,
    remote: &str,
    boundary: Option<&str>,
) -> Result<(), Box<dyn Error>>