Skip to main content

git_commit

Function git_commit 

Source
pub fn git_commit(
    repo_path: &Path,
    message: &str,
    quiet: bool,
) -> Result<String>