Skip to main content
Version: 0.9.x

Stashing

Save uncommitted changes for later use.

Press 4 to focus on the Stash panel.

Keybindings

KeyActionContext
sStash FileFrom Modified Files
SStash AllFrom Modified Files
spaceApply StashFrom Stash Panel
backspacePop StashFrom Stash Panel
dDrop StashFrom Stash Panel
FFilter ListFrom Stash Panel

Workflows

Creating a Stash

  1. Focus: Navigate to Modified Files (2).
  2. Trigger:
    • Press s to stash only the selected file.
    • Press S to stash all files.
  3. Popup: "Stash Message". Enter a descriptive name for your stash.
  4. Submit: Press enter.

Managing Stashes

  1. Focus: Navigate to Stash (3).
  2. Apply: Select a stash and press space.
    • Applies changes but keeps the stash in the list.
  3. Pop: Select a stash and press backspace.
    • Applies changes and removes the stash from the list.
  4. Drop: Select a stash and press d.
    • Permanently deletes the stash.