Skip to main content

delete_remote_branch

Function delete_remote_branch 

Source
pub fn delete_remote_branch(
    repo_path: &Path,
    branch_name: &str,
) -> Result<(), Error>
Expand description

Deletes a remote-tracking branch locally.