How to find a deleted file in git commit history? git log --all --full-history -- <file-path>git log --all --full-history -- <file-path> Over!