Function perform_commit

Source
pub fn perform_commit(
    repo_path: &Path,
    full_commit_message: &str,
) -> Result<(), Box<dyn Error>>