-
-
Notifications
You must be signed in to change notification settings - Fork 810
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* doc: add template-sync tool to the documentation * docs: add a link tu update.md in README * fix: pr review * Update README.md * Update and rename update.md to updating.md --------- Co-authored-by: Kévin Dunglas <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Updating Your Project | ||
|
||
To import the changes made to the *Symfony Docker* template into your project, we recommend using | ||
[*template-sync*](https://github.com/mano-lis/template-sync): | ||
|
||
1. Run the script to synchronize your project with the latest version of the skeleton: | ||
|
||
```console | ||
curl -sSL https://raw.githubusercontent.com/mano-lis/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*](https://github.com/coopTilleuls/template-sync#template-sync). |