git log
Returns full log of file changes including file deletion.
git log --full-history -- file/path.html
copy
Returns full log of file changes including file deletion.
git log --full-history -- file/path.html
copy