git commit log template规范化git-log编写
-
IDEA
安装 插件地址 -
提交模板
Create a commit message with the following template:
<type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>
IDEA
安装 插件地址
提交模板
Create a commit message with the following template:
<type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>
转载于:https://my.oschina.net/douglas/blog/1921269