Bỏ qua

Git diff thường dùng

So sánh cùng một tệp giữa hai commit

git diff <commit 1> <commit 2> -- <file>

So sánh hai tệp khác nhau giữa hai commit

git diff <commit 1>:<file 1> <commit 2>:<file 2>