mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 02:12:58 +03:00
gif of stash_pop
This commit is contained in:
parent
50d863aa1c
commit
f284aca6b0
@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Changed
|
||||
- ask to pop stash by default (*apply* using `[a]` now) [[@brunogouveia](https://github.com/brunogouveia)] ([#574](https://github.com/extrawurst/gitui/issues/574))
|
||||
|
||||
![stash_pop](assets/stash_pop.gif)
|
||||
|
||||
### Added
|
||||
- `[w]` key to toggle between staging/workdir [[@terhechte](https://github.com/terhechte)] ([#595](https://github.com/extrawurst/gitui/issues/595))
|
||||
- view/checkout remote branches ([#617](https://github.com/extrawurst/gitui/issues/617))
|
||||
|
@ -29,7 +29,7 @@
|
||||
- Context based help (**no need to memorize** tons of hot-keys)
|
||||
- Inspect, commit, and amend changes (incl. hooks: _commit-msg_/_post-commit_)
|
||||
- Stage, unstage, revert and reset files, hunks and lines
|
||||
- Stashing (save, apply, drop, and inspect)
|
||||
- Stashing (save, pop, apply, drop, and inspect)
|
||||
- Push/Fetch to/from remote
|
||||
- Branch List (create, rename, delete, checkout, remotes)
|
||||
- Browse commit log, diff committed changes
|
||||
|
BIN
assets/stash_pop.gif
Normal file
BIN
assets/stash_pop.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
Loading…
Reference in New Issue
Block a user