Now here in this post i will show you How to find deleted file in git repo history log? Sometimes we need to check that which files are i delete before, When we are working on laravel application with my team. I was try to find how to show the deleted files log from the git command. Then at last i was found a git command from google search. By using this we can view all the deleted file log from our git repository.
So, let’s start and fire bellow command.
Command:
git log --diff-filter=D --summary
Read Also : Laravel 8 Mobile Number Verification Tutorial
Thanks for read. I hope it help you. For more you can follow us on facebook