Skip to content

Instantly share code, notes, and snippets.

@szeidler
Last active October 22, 2016 05:46
Show Gist options
  • Save szeidler/06a55219a2d89d9ef0a0 to your computer and use it in GitHub Desktop.
Save szeidler/06a55219a2d89d9ef0a0 to your computer and use it in GitHub Desktop.
Drush sync from local to remote
drush rsync @project-local:%files @project-remote:%files
drush rsync @project-local:%private @project-remote:%private
drush sql-sync @project-local @project-remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment