mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 02:58:23 +01:00
6 lines
190 B
Markdown
6 lines
190 B
Markdown
To enable a default git commit template:
|
|
git config --local commit.template gitmessage
|
|
|
|
To enable the git hook pre-commit, to make CI validation at commit:
|
|
See the file pre-commit/README.md
|