mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 02:28:23 +01:00
16 lines
319 B
Plaintext
16 lines
319 B
Plaintext
# Git hooks
|
|
|
|
Optional [GIT hooks](https://git-scm.com/book/it/v2/Customizing-Git-Git-Hooks) are provided.
|
|
These are just wrappers calling composer scripts.
|
|
They ensure best practices are followed during module development.
|
|
|
|
Install:
|
|
```sh
|
|
composer git_hooks_install
|
|
```
|
|
|
|
Remove:
|
|
```sh
|
|
composer git_hooks_remove
|
|
```
|