Skip to content
Simeon Radivoev edited this page Sep 15, 2019 · 5 revisions

Stashes can be made or accessed from the Git History Window, by hitting the Stash button in the main toolbar.

Stash Menu

Stashes are great for when you want to stash any uncommitted changes, for example when you want to continue working on another branch and don't want to commit your changes just yet.

  • Use Stash Save to save uncommitted changes to stash.
  • Use Pop to apply a selected stash and remove it from the list
  • Use Apply to only apply a selected stash without removing it from the list
  • Use Remove to remove a stash from the list without applying it
Clone this wiki locally