pub fn delete_remote_ref( mkit_dir: &Path, remote: &str, branch: &str, ) -> RefResult<()>
Delete a remote-tracking branch ref (e.g. after the upstream deleted the branch). Errors with RefError::NotFound if absent.
RefError::NotFound