how to check which items have been changes on git code example
Example: git how to see changes made by a commit
git show <commit sha1> # Notice that the default option is HEAD.
git show <commit sha1> # Notice that the default option is HEAD.