Skip to main content

git_pull

Function git_pull 

Source
pub fn git_pull(
    repo_path: String,
    remote_name: String,
    branch: String,
) -> Result<PullResult, GitError>