Git Commit的正确姿式

Commit message 的格式 每次提交,Commit message 都包括三个部分:Header,Body 和 Footer。nginx <type>(<scope>): <subject>// 空一行<body>// 空一行<footer> 其中,Header 是必需的,Body 和 Footer 能够省略。git 无论是哪个部分,任何一行都不得超过72个字符(或100个字符)。这是为
相关文章
相关标签/搜索