How to use git commit template in tower

Is there a tower way using the git commit pattern that is configured in the git config? I tried to execute the command below and create a template when I try to execute from the command line, however it does not work with the tower. However, git hooks work with both the command line and the tower.

git config commit.template <template_file_name>.txt 
+6
source share

All Articles