Skip to content

Instantly share code, notes, and snippets.

@angaither
Last active August 29, 2015 13:57
Show Gist options
  • Save angaither/9509775 to your computer and use it in GitHub Desktop.
Save angaither/9509775 to your computer and use it in GitHub Desktop.
This will search for all drupal features that are overriden and revert them.
drush fl | grep 'Overridden' | awk '{print ($(NF-2))}' | xargs -i drush fr {} -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment