Files
Sourcetrail/README.md
T
Eberhard Gräther 441d274ad7 setup: added commit message template
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=
2014-02-04 00:12:58 +01:00

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