1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-17 00:18:05 +02:00

Add custom patch demo

This commit is contained in:
Jesse Duffield
2023-08-04 09:15:07 +10:00
parent 996ad5bf26
commit f6af4c29d4
4 changed files with 91 additions and 0 deletions

View File

@ -94,6 +94,7 @@ var tests = []*components.IntegrationTest{
demo.CherryPick,
demo.CommitAndPush,
demo.CustomCommand,
demo.CustomPatch,
demo.Filter,
demo.InteractiveRebase,
demo.NukeWorkingTree,