Git 7 查看提交历史2017-10-28 本文已影响0人 pianosecret 在使用 Git 提交了若干更新之后,又或者克隆了某个项目,想回顾下提交历史,可以使用 git log 命令查看。 $git log 简洁的版本: $git log --oneline