Skip to main content

set_branch_base_sha

Function set_branch_base_sha 

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