Answers for "i did revert commit and now all the files are deleted"

2

git find when file was deleted

git log --full-history -- your_file
Posted by: Guest on November-27-2019
2

recover lost file git

git log --diff-filter=D --summary
git checkout $commit path/to/file
Posted by: Guest on May-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language