When to use it
You need to switch branches or pull, but your current changes aren’t ready to commit.
Steps
- Click Stash in the toolbar to save your uncommitted changes.
- Switch branches, pull, or fix whatever needs attention.
- Open Stashes and select the stash to see which files it contains, with additions and deletions.
- Click Restore to bring the changes back and keep the saved copy, or Restore & delete to remove the stash afterwards.

Good to know
- Restore & delete removes the stash only after the restore succeeds.
- If a restore fails, RepoBeam rolls it back or stops before removing the saved stash.