1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

19 lines
541 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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)