summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-08-04 08:54:13 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-08-04 09:14:58 +1000
commit996ad5bf263a253a527897accf53e3d198c0345c (patch)
tree64f1b60122b4b775f6edf6156120ef64e088f633 /README.md
parent096628e3662bce97e312a7a9596a9ed86b141b8f (diff)
Add worktree demo
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49116c065..946b7272f 100644
--- a/README.md
+++ b/README.md
@@ -113,6 +113,14 @@ Lazygit has a very flexible [custom command system](docs/Custom_Command_Keybindi
![custom_command](../assets/demo/custom_command-compressed.gif)
+### Worktrees
+
+You can create worktrees to have multiple branches going at once without the need for stashing or creating WIP commits when switching between them. Press `w` in the branches view to create a worktree from the selected branch and switch to it.
+
+![worktree_create_from_branches](../assets/demo/worktree_create_from_branches-compressed.gif)
+
+### Rebase magic (custom patches)
+
## Tutorials
[<img src="https://i.imgur.com/sVEktDn.png">](https://youtu.be/CPLdltN7wgE)