Can you describe the difference? And there is no use for it
git log -p
View the comparison of each detailed modification
git show $id
Show the content of a certain submission
git diff
Compare the differences between the current file and the staging area file
View the comparison of each detailed modification
Show the content of a certain submission
Compare the differences between the current file and the staging area file