clone of github.com/decent-newsroom/newsroom
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

655 B

Updating Your Project

To import the changes made to the Symfony Docker template into your project, we recommend using template-sync:

  1. Run the script to synchronize your project with the latest version of the skeleton:

    curl -sSL https://raw.githubusercontent.com/coopTilleuls/template-sync/main/template-sync.sh | sh -s -- https://github.com/dunglas/symfony-docker
    
  2. Resolve conflicts, if any

  3. Run git cherry-pick --continue

For more advanced options, refer to the documentation of template sync.