Skip to main content

git_ls_remote

Function git_ls_remote 

Source
pub fn git_ls_remote(
    _repo: &Repository,
    url: &str,
    branch: &str,
) -> Result<String, String>