返回 Skill 列表
extension
分类: 开发与工程无需 API Key

making-commits

关于制作git提交的指南

person作者: jakexiaohubgithub

When working on bigger tasks follow these guidelines to ensure clear and maintainable commit history:

  • Make small and focused commits that address a single concern or feature.
  • Break big changes into logical separated commits
  • Always run linter and formatting before committing.