You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `create.diff` file is a recommendation of the changes that you should apply to your project.
2
+
You should apply the changes shown in the diff file on `CONST_create_template/<file>` on your project's `<file>`.
3
+
Some advice to be more efficient: if the changes on a file concern a file that you never customize, you can simply copy the new file from `CONST_create_template` (`cp CONST_create_template/<file> <file>`).You can furthermore add this file to the `unmanaged_files` section of the `project.yaml` file, to avoid its contents appearing in the diff file for the next upgrade.
4
+
Note that you can also apply them using: git apply --3way create.diff
0 commit comments