1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-24 08:52:21 +02:00

Add filter demo to README

This commit is contained in:
Jesse Duffield 2023-08-03 18:22:30 +10:00
parent e25403c650
commit c390c9d58e

View File

@ -89,7 +89,7 @@ Press `b` in the commits view to mark a commit as good/bad in order to begin a g
![bisect](../assets/demo/bisect-compressed.gif)
### Nuking the working tree
### Nuke the working tree
For when you really want to just get rid of anything that shows up when you run `git status` (and yes that includes dirty submodules) [kidpix style](https://www.youtube.com/watch?v=Ur7_A4JusMU), press `shift+d` to bring up the reset options menu and then select the 'nuke' option.
@ -101,6 +101,12 @@ Pressing `shift+a` on any commit will amend that commit with the currently stage
![amend_old_commit](../assets/demo/amend_old_commit-compressed.gif)
### Filter
You can filter a view with `/`. Here we filter down our branches view and then hit `enter` to view its commits.
![filter](../assets/demo/filter-compressed.gif)
## Tutorials
[<img src="https://i.imgur.com/sVEktDn.png">](https://youtu.be/CPLdltN7wgE)