#Git-hooks
*pre-commit : Checks phpcs rules against files in the index (after git add) before allowing you to commit. *post-merge/post-checkout : Run composer if needed and display a message if parameters.yml.dist is changed
You can add a file called config with your githooks to override some of the scripts options.
You should install ponysay and