Skip to content

Git: stash and discard changes #22

@Oaklight

Description

@Oaklight

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Medium priorityenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions