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).