git_commit

Function git_commit 

Source
pub fn git_commit(
    message: &str,
    dry_run: bool,
    dir: &str,
    sign: bool,
    skip_hooks: bool,
) -> Result<()>
Expand description

Execute git commit with the given message