pub fn undo(
effects: &Effects,
git_run_info: &GitRunInfo,
interactive: bool,
skip_confirmation: bool,
) -> EyreExitOr<()>
Expand description
Restore the repository to a previous state interactively.
pub fn undo(
effects: &Effects,
git_run_info: &GitRunInfo,
interactive: bool,
skip_confirmation: bool,
) -> EyreExitOr<()>
Restore the repository to a previous state interactively.