> ## Documentation Index
> Fetch the complete documentation index at: https://2026commitplusinc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Stash

> Save and apply stashes of uncommitted work.

`Cmd+Shift+S` saves your working copy and staged changes into a new stash.

## Stash actions

* Save a stash from the current working copy.
* Drop stashes you no longer need.
* Apply or pop a stash back into the working copy.

## Undo

Stash save, drop, apply, and pop are all undoable with `Cmd+Z`. See [Undo Action](/features/undo-any-action).

## Planned drag workflow

File-to-stash and stash-to-working-copy drag workflows are part of the broader interaction direction. They should be treated as planned behavior until the app exposes them as supported drop targets.
