Closed a-bastin closed 7 years ago
What you can do is to save your template to a file, eg .gitmessage.txt. Then set git config commit.template to the file as described here: https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration
git config --add commit.template .gitmessage.txt
Next release of this extension will load commit template.from git config into the comment text box.
Thanks ! I'm looking forward for the next release ;)
Working with the 2.0.0 version, thank you !!
I use this plugin to add git feature to VS 2015 entreprise, such as commit-msg hook wich validate my commit message and display an error if my rule is not respected. Is it possible to have the same behavior with the prepare-commit-msg ? For example with this hook :
the comments text area in the commit tab will be filled with :