How to compare the differences between two different versions of the same file, such as "index.html"
git diff commit_id1 commit_id2 -- index.html
git diff commit_id1 commit_id2 -- index.html