Function add_and_commit

Source
pub fn add_and_commit(
    git_exe: &str,
    repo_base: &Path,
    commit_msg: &str,
) -> Result<()>