Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ git commit message template

Is there any way to set default Git commit message or commit message template in IntelliJ? For example I would like that every commit message will look like:

  1. Commit subject:
  2. Feature:
  3. Reviewer:
like image 275
user1116377 Avatar asked Jan 21 '14 07:01

user1116377


1 Answers

Now all JetBrains products have this feature from 2021.1 release out of the box.

More details: https://www.jetbrains.com/idea/whatsnew/#version-control

like image 167
t_sologub Avatar answered Sep 18 '22 15:09

t_sologub