Use git log --diff-filter=D --summaryto get all the commits which have deleted files and the files deleted;- Use
git checkout $commit~1 filenameto restore the deleted file.
Sorgente: Find and restore a deleted file in a Git repository – Stack Overflow
1 comment for “Find and restore a deleted file in a Git repository”