# 提交方式 **Repository Path**: Porden-SG/commit ## Basic Information - **Project Name**: 提交方式 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-17 - **Last Updated**: 2025-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # git commit 提交规范 ## 1.说明 本文主要介绍使用 **`git commit`** 提交代码时如何书写 message,及 message 对应规范,需严格遵循 message 规范。 ## 2. message 提交格式 在执行 `git add` 后,执行 `git commit` 时,代码有变动,并需要特殊说明更改内容时,message 信息遵循下方定义的格式。(如没有特殊更改及说明可以使用:`git commit -m ` 提交代码) #### 2.1 message 格式 `` ```xml ():