I often use Atlassian'Sourcetree. It's really helpful GUI Git Client. But when I want to unstash specific files, Sourcetree'stash just apply all stashed changes. What I want to do is unstash selected files in SourceTree just like the following git command git checkout stash@{0} <filename>
Does anyone know how to do this?