如何在塔中使用git commit模板

Sam*_*Sam 7 git templates commit git-tower

有没有办法塔使用git配置中设置的git commit模板?我试图执行下面的命令,它尝试从命令提示符提交时创建一个模板,但不适用于塔.但是git hooks既适用于命令提示符,也适用于塔.

git config commit.template <template_file_name>.txt
Run Code Online (Sandbox Code Playgroud)