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

Add worktree demo

This commit is contained in:
Jesse Duffield
2023-08-04 08:54:13 +10:00
parent 096628e366
commit 996ad5bf26
3 changed files with 68 additions and 0 deletions

View File

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