Re: `git stash apply` deleted a random dir from my working copy

2016-11-03 Thread Stefan Monov
Scratch my last message, I figured out how to restore it. In the TortoiseGit context menu I selected "Diff", and in the list the deleted files were listed as "missing". I selected them all, right clicked them, and selected "revert". Still don't know why the dir got deleted in the first place though

Re: `git stash apply` deleted a random dir from my working copy

2016-11-03 Thread Stefan Monov
Actually, I just tried restoring my dir with `git pull origin clipping`, but that didn't restore it. So, besides the question "why did it get deleted", I'd like to ask "how do I restore it?", as well. On Thu, Nov 3, 2016 at 6:06 PM, Stefan Monov wrote: > Hi. > > I just tried `git stash save` for

`git stash apply` deleted a random dir from my working copy

2016-11-03 Thread Stefan Monov
Hi. I just tried `git stash save` for the first time. It worked fine. Then I tried `git stash apply` and while my uncommitted changes were restored, another effect was that a random dir from the root of my working copy was deleted. I don't know why it chose that exact dir, there's lots of other di