git commit 使用及规范
摘要
## 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表示主体描述内容。
剩余内容需要登录才能阅读
登录 后才能评论~
猜你喜欢
推荐了几个