pub fn set_branch_base_sha(branch: &str, sha: &str, verbose: bool) -> Result<()>Expand description
Record the base tip SHA a branch was stacked on (branch.<name>.gwBaseSha).
A git rebase --onto boundary that survives the base branch being deleted.