IntelliJ git create message template

Is there a way to set the default Git commit or commit message error message in IntelliJ? For example, I would like each commit message to look like this:

  • Commit Object:
  • Characteristic:
  • Reviewer:
+4
source share
1 answer

Try Fixed Message Template Plugin

After installation, follow the instructions:

Set the template: Go to "Settings"> "Tools"> "Fixed message template" and enter the desired template or specify the path to the template file.

- , , , ,

-1

All Articles