git-stashman
v1.0.0
Published
Terminal interface for managing git stashes; see the stash contents and apply, pop, or drop with a single keypress. It also warns you if the stash does not apply cleanly to the current working directory.
Downloads
1
Readme
git-stashman
Terminal interface for managing git stashes; see the stash contents and apply, pop, or drop with a single keypress. It also warns you if the stash does not apply cleanly to the current working directory.
Running
Either install globally with npm install -g git-stashman
and then use it with
git stashman
, or run npx git-stashman
to install and run it once.