I have cloned git project into local git repository. Then I have done something nasty to one of the files and in that panic I deleted file physically from drive (rm style.
rm style.
If you want to restore all the missing files from the local repository
git checkout .
Warning: This method also restores all changed files and drops all the changes