Autosquash 与 fixup Commit | Git

本章覆盖:`git commit --fixup`;target commit;`rebase -i --autosquash`;review feedback;local history cleanup;fixup message;CI during review;final merge strategy;keeping review iterations vs final clean history;由团队工作流决定。

本章知识点

  • git commit --fixup
  • target commit
  • rebase -i --autosquash
  • review feedback
  • local history cleanup
  • fixup message
  • CI during review
  • final merge strategy
  • keeping review iterations vs final clean history
  • 由团队工作流决定