pub fn git_repo_push( git_repo: &mut GitRepo, ) -> Result<GitRepo, Box<EvalAltResult>>
Wrapper for GitRepo::push
Pushes changes to the remote repository.