While working on a feature I stashed my changes at times, when I thought there is a lot things done.
Now I realised I need some code that I implemented, stashed, then removed and stashed again. So I currently don't have it, but I have it in one of my shashed versions.
So I can't just apply that stashed version, because there is a lot of things I don't need to be merged. Is there a way to merge it manually?
Basically, I can see git diff between current version and stashed one with:
git diff stash@{n}
But how can I use a merge tool (I usually use "meld") to merge?
"Meld" is not a must.