git show last commit author code example
Example 1: git log one line
git log --oneline
Example 2: git how to see changes made by a commit
git show <commit sha1> # Notice that the default option is HEAD.
Example 3: get all changes on commit name
$ git diff-tree --no-commit-id --name-only -r bd61ad98
index.html
javascript/application.js
javascript/ie6.js