Show the patch introduced with each commit.
git log --pretty=oneline
git log --pretty=format:"%h - %an, %ar : %s" git log --pretty=format:"%h %s" --graph
参考: https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History