biscuit
biscuit copied to clipboard
Git: Git stash feature
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.
- [ ] git stash
- [ ] git stash staged
- [ ] view stash list
- [ ] apply latest stash
- [ ] apply stash...
- [ ] pop latest stash
- [ ] pop stash...
- [ ] drop latest stash
- [ ] drop stash...
Notes
- core git features are implemented in biscuit/git
- the source control GUI: biscuit/views/sourcecontrol