Skip to content

Instantly share code, notes, and snippets.

@chrisl8888
Created August 22, 2012 20:07
Show Gist options
  • Save chrisl8888/3428892 to your computer and use it in GitHub Desktop.
Save chrisl8888/3428892 to your computer and use it in GitHub Desktop.
fun advanced drush commands
# 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