pub fn git_commit(repo_path: &Path, message: &str) -> Result<GitCommitResult>Expand description
Create a commit with the staged changes.
pub fn git_commit(repo_path: &Path, message: &str) -> Result<GitCommitResult>Create a commit with the staged changes.