git log:从 Commit Graph 读取历史 | Git

本章覆盖:`git log`;commit hash;author;date;message;`--oneline`;`--graph`;`--decorate`;`--all`;branch topology;first-parent;阅读历史是定位线上问题和审计修改的重要技能。

本章知识点

  • git log
  • commit hash
  • author
  • date
  • message
  • --oneline
  • --graph
  • --decorate
  • --all
  • branch topology
  • first-parent
  • 阅读历史是定位线上问题和审计修改的重要技能