Skip to main content

git_commit

Function git_commit 

Source
pub fn git_commit(repo: &Path, message: &str)
Expand description

Stage all changes and commit in a git repo. Warns on failure instead of returning an error, since git may not be configured in all environments.