Skip to main content

git_commit

Function git_commit 

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

Execute git commit with the given message