Skip to main content

git_repo_commit

Function git_repo_commit 

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

Wrapper for GitRepo::commit

Commits changes in the repository.