summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-08-01 22:02:56 +1000
committerGitHub <noreply@github.com>2023-08-01 22:02:56 +1000
commitc53adbbb8431f27026034c9f1c50e5f80085f828 (patch)
treefb0e2385755b45fde954d78360f42bbf91b498fa /README.md
parente932aaaeafa1fb16276ab9c36e1e33c971e38019 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 03b59d098..9f7c5f723 100644
--- a/README.md
+++ b/README.md
@@ -322,10 +322,16 @@ See the [docs](docs/Custom_Command_Keybindings.md)
![cherry_pick-compressed](https://github.com/jesseduffield/lazygit/assets/8456633/2d1205c8-9980-40b0-8b6a-221497099715)
-### Interactive Rebasing
+### Interactive Rebase
![demo-compressed](https://github.com/jesseduffield/lazygit/assets/8456633/04d6dbe4-845a-41de-8072-0e475765ec63)
+### Nuking 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)
+
+![nuke_working_tree-compressed](https://github.com/jesseduffield/lazygit/assets/8456633/98df7d09-b3ed-4c71-a8d6-e087b3de3db6)
+
## Contributing
We love your input! Please check out the [contributing guide](CONTRIBUTING.md).