bigH / git-fuzzy

interactive `git` with the help of `fzf`
MIT License
2.32k stars 43 forks source link

Add support for git stash #21

Closed chetan closed 4 years ago

chetan commented 4 years ago

This adds support for browsing git stash and dropping selected items.

bigH commented 4 years ago

this PR is a great idea. tried it locally and the impl is 👌

you simply need to run shellcheck on the code changes

I realize that I should set up a github action to verify shellcheck passes so folks know and I don't have to do it manually

bigH commented 4 years ago

made another pr, merged it with fixes.

chetan commented 4 years ago

This initial PR was just a float for some feedback, as the initial work was a quick hack and [obviously] a lot of blind copy/paste to get things working. It wasn't totally clear how to integrate a new command but it didn't take long to get things work either.

Thanks for cleaning up and merging!