Skip to main content

git_list_local_branches

Function git_list_local_branches 

Source
pub fn git_list_local_branches(
    repo_path: String,
) -> Result<Vec<BranchInfo>, GitError>