pub fn delete_remote_ref(
layout: &RepoLayout,
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.