pub fn git_commit( message: &str, dry_run: bool, dir: &str, sign: bool, skip_hooks: bool, ) -> Result<()>
Execute git commit with the given message