Skip to content

Instantly share code, notes, and snippets.

@heitoralthmann
Last active October 25, 2018 12:10
Show Gist options
  • Save heitoralthmann/9863b476ce0ba390ace2a2be1a0e1574 to your computer and use it in GitHub Desktop.
Save heitoralthmann/9863b476ce0ba390ace2a2be1a0e1574 to your computer and use it in GitHub Desktop.
How to quickly update Drupal core
# From: https://www.computerminds.co.uk/articles/quickly-update-drupal-core
# curl 'https://github.com/drupal/drupal/compare/<from_version>..<to_version>.patch' | patch -p1
# Ex:
curl 'https://github.com/drupal/drupal/compare/7.59..7.60.patch' | patch -p1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment