1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

Update README.md

This commit is contained in:
Jesse Duffield 2023-08-01 22:02:56 +10:00 committed by GitHub
parent e932aaaeaf
commit c53adbbb84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).