pub fn create_ghost_commit(
options: &CreateGhostCommitOptions<'_>,
) -> Result<GhostCommit, GitToolingError>Expand description
Create a ghost commit capturing the current state of the repository’s working tree.
pub fn create_ghost_commit(
options: &CreateGhostCommitOptions<'_>,
) -> Result<GhostCommit, GitToolingError>Create a ghost commit capturing the current state of the repository’s working tree.