diff --git a/CHANGELOG.md b/CHANGELOG.md index 046f6f25..e23e9547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/README.md b/README.md index 7b7b657a..c99aa49f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/assets/stash_pop.gif b/assets/stash_pop.gif new file mode 100644 index 00000000..2a3cf15a Binary files /dev/null and b/assets/stash_pop.gif differ