Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: readme #5

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Therefore you just have to resolve conflicts and work is done!
Copy template-sync.sh at the root of your project

2. The only mandatory argument is the GitHub or gitlab URL of your template.
E.g. `./template-sync.sh https://github.com/dunglas/symfony-docker`
E.g. `./template-sync.sh https://github.com/dunglas/symfony-docker`. If you want to synchronize your project with a specific version of the template, you can specify the commit you are targeting by adding `--commit=SHA`.

3. In case some files are renamed or moved in the template history, you can modify the threshold where
git thinks two files are identical. Default value for this script is 20% (git's default value is 50%).
Expand Down