pub fn delete_ref(layout: &RepoLayout, branch: &str) -> RefResult<()>Expand description
Delete a branch ref. Errors with RefError::NotFound if absent.
pub fn delete_ref(layout: &RepoLayout, branch: &str) -> RefResult<()>Delete a branch ref. Errors with RefError::NotFound if absent.