How can I use commit.template in IntelliJ
Answered
I set commit.template of git like "git config --global commit.template ~/git-templates/commit-template.txt" in linux terminal command line.
But when I commit in IntelliJ IDE, there is no template messages.
How can I use commit.template in IntelliJ
Please sign in to leave a comment.
It is not possible - see https://youtrack.jetbrains.com/issue/IDEA-66355