💡
gumi Vietnam
  • Home
    • COMPANY POLICY
      • Company Internal Regulation
      • Overtime Register Flow
    • DEVELOPMENT POLICY
      • General
        • Digital Asset Management
        • Server Management
        • Backlog Flow
      • Git Rule
        • Branch Management
        • Committing Code
        • Release Management
          • Create Pull Request (PR)
          • Semantic Versioning
        • Git Security
        • Git Security Checklist
        • Git Flow
        • Rules of Git commit message
        • Information in commit messages
      • Coding Convention
        • HTML/CSS Basic Note
        • Google HTML/CSS Rule
        • Sass Guideline
        • JavaScript Rule
        • Vue.js Rule
          • Style Guide
          • TypeScript with Composition API
          • Nuxt and Typescript Coding Convention
            • Nuxt Coding Convention
            • Typescript Coding Convention
        • PHP Rule
          • Basic Coding Standard
          • Coding Style Guide
        • Mobile Team
          • Architecture
            • MVVM in iOS Swift
            • iOS Clean Architecture
          • Convention
            • Android
              • Kotlin Style Guide
              • Coding Convention
            • iOS
              • Swift Style Guide
    • PRIVACY POLICY AND CLIENT CONFIDENTIALITY
      • Confidentiality Policy
      • Access Production Policy
        • Rule
        • Flow
        • Problem Resolve and Penalty
Powered by GitBook
On this page

Was this helpful?

  1. Home
  2. DEVELOPMENT POLICY
  3. Git Rule

Rules of Git commit message

Các quy tắc Git commit message

  • Phân tách dòng tiêu đề và body bằng một dòng trống.

  • Không kết thúc dòng tiêu đề bằng dấu chấm.

  • Không viết hoa ký tự đầu của dòng tiêu đề và mỗi đoạn.

  • Dùng thì hiện tại ở thể mệnh lệnh trong dòng tiêu đề.

  • Ngắt dòng ở 72 ký tự.

  • Sử dụng phần body để giải thích cái gì và lí do bạn đã làm. Trong hầu hết các trường hợp, có thể bỏ qua chi tiết về cách thay đổi đã được thực hiện.

PreviousGit FlowNextInformation in commit messages

Last updated 2 years ago

Was this helpful?