I need to see one file from git history, but I don't remember what exacty was its name. So, how to find out about file deletions in repo?
You can see all the changesets that have removed files along with the files they have removed using the following command:
git log --diff-filter=D --summary
It should then be possible to use grep (or something else) on the output to find the file you are looking for
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With