--- title: Git Commit Template:提交代码格式规范 category: IDEA指南 tag: - IDEA - IDEA插件 --- 没有安装这个插件之前,我们使用IDEA提供的Commit功能提交代码是下面这样的: ![](./pictures/git-commit-template/Git-Commit-Template1.png) 使用了这个插件之后是下面这样的,提供了一个commit信息模板的输入框: ![](./pictures/git-commit-template/Git-Commit-Template2.png) 完成之后的效果是这样的: ![](./pictures/git-commit-template/Git-Commit-Template3.png)