Tag archive: drupal

Using git hooks to check syntax errors

Git is currently my favorite source code versioning tool and while I used Subversion, I knew about something called hooks that I never used. Essentially, hooks allow you to execute custom scripts when you perform certain actions on your repository… continue reading »