recover lost file git

Shell
git log --diff-filter=D --summary
git checkout $commit path/to/file
Source

Also in Shell: