This change adds the commit message template in file .git_commit_message.txt. It will be used after once running: $ git config commit.template .git_commit_message.txt reviewer= review url=
185 B
185 B
Masterproject
Setup
Define commit message template: $ git config commit.template .git_commit_template.txt
Enable git commandline colors: $ git config color.ui true