How can I list all the deleted files in a Git repository?

I know Git stores information of when files get deleted and I am able to check individual commits to see which files have been removed, but is there a command that would generate a list of every deleted file across a repository’s lifespan?

9 Answers
9

Leave a Comment