企业 Git Code Review 前自检清单 | Git

本章覆盖:branch base correct;clean status;focused commits;readable commit message;no secret;no debug artifact;no generated noise;diff reviewed;tests passed;conflict resolved;history policy satisfied;force push used safely if required;reviewer should be able to understand why the change exists。

本章知识点

  • branch base correct
  • clean status
  • focused commits
  • readable commit message
  • no secret
  • no debug artifact
  • no generated noise
  • diff reviewed
  • tests passed
  • conflict resolved
  • history policy satisfied
  • force push used safely if required
  • reviewer should be able to understand why the change exists