The setup.sh script is responsible for setting up the environment including all configurations. reviewer= review url=
15 lines
228 B
Markdown
15 lines
228 B
Markdown
### Masterproject ###
|
|
|
|
#### Setup ####
|
|
|
|
Run setup script:
|
|
$ ./script/setup.sh
|
|
|
|
Or
|
|
|
|
Define commit message template:
|
|
$ git config commit.template .git_commit_template.txt
|
|
|
|
Enable git commandline colors:
|
|
$ git config color.ui true
|