biscuit icon indicating copy to clipboard operation
biscuit copied to clipboard

Git: Git stash feature

Open tomlin7 opened this issue 1 year ago • 0 comments

Feature

Git stashes are very useful when handling changes between multiple branches. Adding this feature to Biscuit's GUI based git integration will be beneficial.

image

  • [ ] git stash
  • [ ] git stash staged
  • [ ] view stash list
  • [ ] apply latest stash
  • [ ] apply stash...
  • [ ] pop latest stash
  • [ ] pop stash...
  • [ ] drop latest stash
  • [ ] drop stash...

Notes

tomlin7 avatar Oct 11 '24 19:10 tomlin7