pub fn restore_ghost_commit(
repo_path: &Path,
commit: &GhostCommit,
) -> Result<(), GitToolingError>Expand description
Restore the working tree to match the provided ghost commit.
pub fn restore_ghost_commit(
repo_path: &Path,
commit: &GhostCommit,
) -> Result<(), GitToolingError>Restore the working tree to match the provided ghost commit.