summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-08-03 18:22:30 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-08-03 18:22:30 +1000
commitc390c9d58edc18083ed7f1a672b03b7c4d982c12 (patch)
tree553acdc0a441547491a29d4579b2571e0781dad4
parente25403c650a3ac0271ea0ed7fb849ece4ec458e3 (diff)
Add filter demo to README
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
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
[<img src="https://i.imgur.com/sVEktDn.png">](https://youtu.be/CPLdltN7wgE)