pub fn write_base_ref( git: &dyn GitCli, repo_root: &Path, branch: &str, base_ref: &str, ) -> Result<()>
Records the base ref for branch.
branch