What is difference between feature-update and feature-revert?
Answer Posted / Ishwar Chand
Feature update and feature revert are two important Drush commands for Drupal developers. Feature update (`drush up @alias feature_name`) updates a previously exported feature to its latest version, while feature revert (`drush rr @alias feature_name`) reverts the site back to the state that was saved by an earlier export of the same feature.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers