git commit 使用及规范
Abstract
## git commit 使用说明
### 1 概述
git提交推荐使用命令行工具,请严格遵循提交格式。
### 2 提交格式
在您`git add`后,推荐执行`git commit`进行提交,如无特殊描述信息要
git commit 使用说明
1 概述
git提交推荐使用命令行工具,请严格遵循提交格式。
2 提交格式
在您git add后,推荐执行git commit进行提交,如无特殊描述信息要添加,也可以git commit -m <mess>进行提交。
要求提交格式如下:
<type>(<scope>): <subject><blank line><blank line><footer>
type表示提交类别,scope表示修改范围,subject表示标题行, body表示主体描述内容。
Login required to read the rest of the content
登录 to comment~
Guess you like
Recommended articles