From c390c9d58edc18083ed7f1a672b03b7c4d982c12 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 3 Aug 2023 18:22:30 +1000 Subject: Add filter demo to README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53efcc18d..f22393fd8 100644 --- a/README.md +++ b/README.md @@ -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 [](https://youtu.be/CPLdltN7wgE) -- cgit v1.2.3