I had some stashed changes while I was working on a branch.
I wanted to work locally on a different branch so I did checkout into a new branch and lost all the stashes from sourcetree sidebar.
Here is a screenshot of sourcetree:
If I type git stash list
on my terminal I get a list of the stashes...
stash@{0}: On feature/SITE-5-doctor-name-at-checkin-success: Before commits
stash@{1}: WIP on feature/SITE-5-doctor-name-at-checkin-success: df48232 WIP show dummyDoctor on success page
stash@{2}: WIP on feature/SITE-5-doctor-name-at-checkin-success: 82b1aed Linting
stash@{3}: On feature/SITE-5-doctor-name-at-checkin-success: DEBUG
...so I know they are not lost.
How do I get them back to my sourcetree sidebar so I can use them in any of those branches?