Skip to main content

commit_changes

Function commit_changes 

Source
pub fn commit_changes(repo_path: &Path, message: &str) -> Result<(), String>
Expand description

Create a commit in the repository with the given message. Returns a human-readable error string on failure.