Problem
When experimenting on a draft, no quick way to set aside unsaved/uncommitted edits without losing them, or to revert a file you just messed up.
Proposed
- 'Stash' button:
git stash push -u
- 'Stash list' showing stashes, with apply / pop / drop
- Per-file 'Discard changes' (right-click in Git tab)
Notes
Destructive actions need confirmation prompts. Honor 'discard changes' user-preference (don't repeatedly nag).
Priority: P2
Problem
When experimenting on a draft, no quick way to set aside unsaved/uncommitted edits without losing them, or to revert a file you just messed up.
Proposed
git stash push -uNotes
Destructive actions need confirmation prompts. Honor 'discard changes' user-preference (don't repeatedly nag).
Priority: P2