git-stash gives “no valid stashed state found” errors on Windows
When using git-stash from a Windows command prompt, I would get errors when trying to manipulate stashes. For example, after running “git stash” to create a stash, if I later listed the available stashes with “git stash list” (which would return something like “stash@{0}: WIP on mybranch: 669dc9c… My comments”) and then tried to apply…