How to use git commit template
- 1.put the file under %userprofile%
.git_commit_template.txt
[Fix] [Refactor] [Reformat]
- 2. git config --global commit.template ~/.git_commit_template.txt
references:
.git_commit_template.txt
[Fix] [Refactor] [Reformat]
references: