##### git log - `git log` - 简介 - 查看仓库的提交历史, 返回一个格式化的提交记录列表 - 示例 ```shell git log # commit 哈希 (分支) # Author: 用户 <邮箱> # Date: 日期 # 提交信息 ```