git how to see changes made by a commit

Shell
git show <commit sha1> # Notice that the default option is HEAD.
Source

Also in Shell: