查看提交历史。 更多信息:https://git-scm.com/docs/git-log.
git log
git log {{-p|-u|--patch}} {{路径/到/文件或目录}}
git log --stat
git log --oneline --graph
git log --oneline --decorate --all --graph
git log {{-i|--regexp-ignore-case}} --grep {{字符串}}
git log {{-n|--max-count}} {{数字}} --author "{{作者}}"
git log --before "{{2017-01-29}}" --after "{{2017-01-17}}"