Skip to main content

git_fetch

Function git_fetch 

Source
pub fn git_fetch(
    repo_path: String,
    remote_name: String,
) -> Result<FetchResult, GitError>