Tamer Zoubi @ Drupal 8


Drupal expert | Programmer

GIT

Applying a patch to a Drupal module

I will quickly show you how to apply a patch to a Drupal module. Following works for all versions of Drupal.

1. First download a patch and save it to your local hard drive (in my example I saved it under C:\wamp\www).

2. In your command line enter following (replace audiofield with the name of the module you wish to patch):

Tags
drupal module
GIT
patch