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

Add demo for diffing two commits

This commit is contained in:
Jesse Duffield
2023-08-12 17:17:32 +10:00
parent b1bc437d1b
commit 83d642b74f
3 changed files with 51 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ var tests = []*components.IntegrationTest{
demo.CommitGraph,
demo.CustomCommand,
demo.CustomPatch,
demo.DiffCommits,
demo.Filter,
demo.InteractiveRebase,
demo.NukeWorkingTree,