How to diff a commit with its parent September 14, 2022 by Tarik Use git show $COMMIT. It’ll show you the log message for the commit, and the diff of that particular commit.