get all the commits which have deleted files and the files deleted;
git log --diff-filter=D --summary
to restore the deleted file.
git checkout $commit~1 path/to/file.ext
where $commit is the value of the commit you've found at step 1, e.g. e4cf499627