Skip to main content

pull_rebase_current_branch

Function pull_rebase_current_branch 

Source
pub async fn pull_rebase_current_branch(
    project_root: &Path,
) -> Result<Option<PushOutcome>, String>
Expand description

Rebase the current branch onto its remote counterpart, detecting remote/branch dynamically.