Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save thelebster/63438792a32844f5076a69b3cb3d7384 to your computer and use it in GitHub Desktop.

Select an option

Save thelebster/63438792a32844f5076a69b3cb3d7384 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