Last active
February 27, 2016 00:08
-
-
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
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
# 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