Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 113 Bytes

restoring_deleted_files.md

File metadata and controls

6 lines (5 loc) · 113 Bytes

Restoring deleted files

git log --diff-filter=D --summary
git checkout <commit-id>~1 /path/to/file