I wanted to stash changes to an untracked file, and following the advice here, I tried git stash -u
. Unfortunately, it deleted everything, and I can't find any way to get it back! git stash apply
doesn't work. The files aren't even in the recycle bin. Is there anything I can do at this point?
It turns out that this is a known problem, but one that curiously wasn't mentioned in the Stack Overflow answers.
I'm using Git 1.8.1.msysgit.1 on Windows 7.
The output of git stash list
is
stash@{0}: WIP on testing: 50c7eb3 testing