Skip to main content

delete_remote_ref

Function delete_remote_ref 

Source
pub fn delete_remote_ref(
    mkit_dir: &Path,
    remote: &str,
    branch: &str,
) -> RefResult<()>
Expand description

Delete a remote-tracking branch ref (e.g. after the upstream deleted the branch). Errors with RefError::NotFound if absent.