Crate git_branchless_undo

Source
Expand description

Allows undoing to a previous state of the repo.

This is accomplished by finding the events that have happened since a certain time and inverting them.

Modules§

testing
tui
Utilities to control output and render to the terminal.

Macros§

declare_views
Create a set of views with unique names.

Functions§

undo
Restore the repository to a previous state interactively.