Skip to content

Instantly share code, notes, and snippets.

@christianchristensen
Created May 16, 2010 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christianchristensen/403176 to your computer and use it in GitHub Desktop.
Save christianchristensen/403176 to your computer and use it in GitHub Desktop.
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