Skip to main content

git_list_remote_branches

Function git_list_remote_branches 

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