pub fn git_repo_commit( git_repo: &mut GitRepo, message: &str, ) -> Result<GitRepo, Box<EvalAltResult>>
Wrapper for GitRepo::commit
Commits changes in the repository.