Skip to content

Instantly share code, notes, and snippets.

@thelebster
Forked from reli/patch_apply_remove
Created April 21, 2016 08:05
Show Gist options
  • Select an option

  • Save thelebster/571908dbbf1fea04b03f6e138eb8b9c3 to your computer and use it in GitHub Desktop.

Select an option

Save thelebster/571908dbbf1fea04b03f6e138eb8b9c3 to your computer and use it in GitHub Desktop.
Drupal patch
apply
patch -p1 < path/file.patch
remove
patch -p1 -R < path/file.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment