Created
May 16, 2010 21:24
-
-
Save christianchristensen/403176 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git checkout laterBranchOrTag | |
// (add the CCK fields/types that need to be migrated tofeatureNameNew- delete the references from featureNameOld. note: this will cause the field to be deleted) | |
git commit | |
git checkout earlierBranchOrTag | |
drush features revert featureNameOld | |
// (cacheclear, etc...extra: add the variables and some other items to featureNameNew from featureNameOld - i.e. they will exist in both for now) | |
git checkout laterBranchOrTag | |
drush features-updatefeatureNameNew | |
git commit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment