When you use git rm --cached myfile it doesn\'t delete from the local filesystem, which is the goal开发者_运维百科. But if you\'ve already versioned and committed the file, pushed it to a central r
I accidentely said git rm -r .. How do I recover from this? I did not commit. I think all files were marked for deletion and were also开发者_开发百科 physically removed from my local checkout.