Skip to main content

create_empty_commit

Function create_empty_commit 

Source
pub fn create_empty_commit(
    repo: &LocalRepository,
    branch_name: impl AsRef<str>,
    new_commit: &Commit,
) -> Result<Commit, OxenError>