DrupalCon Nashville 2018: Integration of Drupal Coding standards with Git hooks

21:54 · 09 Apr 2018 – 13 Apr 2018 · YouTube

About this talk

This talk delves into the utility of Git hooks, which are scripts executed during key events like commit, push, and receive in the Git version control system. The speaker explains how to leverage three specific hooks: pre-commit, which ensures code meets standards before committing; pre-receive, which checks code before it is pushed to the repository; and post-receive, which can notify team members or deploy code after a merge. By sharing personal experiences as a Drupal developer, the speaker highlights the importance of integrating these hooks to eliminate common coding errors and streamline the development process, ultimately improving project management and workflow efficiency. Attendees will gain insights on establishing better coding practices and properly formatted commit messages.

From event

DrupalCon Nashville - April 2018

09 Apr 2018 – 13 Apr 2018

All event videos
Back to Watch