git restore all files deleted but not commited code example
Example: recover lost file git
git log --diff-filter=D --summary
git checkout $commit path/to/file
git log --diff-filter=D --summary
git checkout $commit path/to/file