Skip to main content

change_base_branch

Function change_base_branch 

Source
pub fn change_base_branch(
    new_base: &str,
    branch: Option<&str>,
    dry_run: bool,
    _interactive: bool,
    lookup_mode: Option<&str>,
) -> Result<()>
Expand description

Change the base branch for a worktree (with optional rebase + dry-run).