Skip to main content

git_repo_pull

Function git_repo_pull 

Source
pub fn git_repo_pull(
    git_repo: &mut GitRepo,
) -> Result<GitRepo, Box<EvalAltResult>>
Expand description

Wrapper for GitRepo::pull

Pulls the latest changes from the remote repository.