Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 647 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 647 Bytes

gh stashes GitHub CLI extension

GitHub CLI extension for search your stash list and apply it. demo

Installation

gh extension install QWYNG/gh-stashes

Usage

gh stashes

Displays an interactive stash selector that lists your stashes with preview that display
git show -p -G<QUERY> <SELECTED_STASH>. The selected stash is applied.

This extension depends on fzf as a fuzzy finder. To install using Homebrew:

brew install fzf