pub fn delete_remote_branch( repo_path: &Path, branch_name: &str, ) -> Result<(), Error>
Deletes a remote-tracking branch locally.