Home ›
Fetch patch and apply immediately (without even saving the patch to disk!)Fetch patch and apply immediately (without even saving the patch to disk!)
Submitted by Benjamin Melançon on October 2, 2010 - 6:02pm
Searched words:
git wget Drupal patching workflow
randy patch wget
wget -O - http://example.org/testfix.patch | patch -p0
From http://groups.drupal.org/node/91424
where deviantintegral suggested
curl http://drupal.org/files/1234_fix.patch | patch -p0


Comments
Post new comment