Skip to content

Instantly share code, notes, and snippets.

@chelsiejohnston
Last active February 27, 2016 00:08
Show Gist options
  • Save chelsiejohnston/52f7543792724563756a to your computer and use it in GitHub Desktop.
Save chelsiejohnston/52f7543792724563756a to your computer and use it in GitHub Desktop.
"fracc" — A useful alias for" drush fra -y" (revert all features) and "drush cc all" (clear caches) — D7
# If you find yourself constantly reverting features and clearing caches, for example as part of QA work, then you may find this little alias useful.
#
# Bonus: you now get to use "fracc" as a verb (or an adjective) when talking with your peers.
alias fracc="drush fra -y && drush cc all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment