Created
August 22, 2012 20:07
-
-
Save chrisl8888/3428892 to your computer and use it in GitHub Desktop.
fun advanced drush commands
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
# have drush rsync a particular file folder | |
drush rsync @dev:%files @local:%files --progress | |
# have sql-sync get the database from the server without cache | |
drush sql-sync @dev @local --no-cache | |
# have drush perform a git-pull | |
drush @site.dev gp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment