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=
10 lines
185 B
Markdown
10 lines
185 B
Markdown
### Masterproject ###
|
|
|
|
#### Setup ####
|
|
|
|
Define commit message template:
|
|
$ git config commit.template .git_commit_template.txt
|
|
|
|
Enable git commandline colors:
|
|
$ git config color.ui true
|