Skip to main content

create_commit

Function create_commit 

Source
pub fn create_commit(
    repo: &Repository,
    files: &[&str],
    message: &str,
) -> Result<()>