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

Add commit graph demo

This commit is contained in:
Jesse Duffield
2023-08-07 10:53:42 +10:00
parent f1753f36c8
commit 8dd517870d
4 changed files with 182 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ var tests = []*components.IntegrationTest{
demo.Bisect,
demo.CherryPick,
demo.CommitAndPush,
demo.CommitGraph,
demo.CustomCommand,
demo.CustomPatch,
demo.Filter,