Skip to main content

git_branch_delete

Function git_branch_delete 

Source
pub fn git_branch_delete(
    repo_path: String,
    name: String,
) -> Result<(), GitError>