1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-09 09:22:48 +03:00

Add undo/redo demo

This commit is contained in:
Jesse Duffield
2023-08-03 19:07:56 +10:00
parent c390c9d58e
commit b432fb5efe
2 changed files with 72 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ var tests = []*components.IntegrationTest{
demo.InteractiveRebase,
demo.NukeWorkingTree,
demo.StageLines,
demo.Undo,
diff.Diff,
diff.DiffAndApplyPatch,
diff.DiffCommits,