Quick summary
Stashing in Sourcetree lets you save uncommitted changes to a temporary shelf so you can switch tasks without losing your work. This guide walks through the exact steps to create a stash, add a message, and clear your working directory in Sourcetree.
Steps
- In the top toolbar, click the Stash icon to open the stash dialog.
- Enter a descriptive stash message to identify the saved changes later.
- Choose whether to include untracked files and check the relevant boxes if needed.
- Click OK to confirm — Sourcetree saves your changes and clears your working directory.



