pub fn git_repo_pull( git_repo: &mut GitRepo, ) -> Result<GitRepo, Box<EvalAltResult>>
Wrapper for GitRepo::pull
Pulls the latest changes from the remote repository.