We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb823b commit 771992cCopy full SHA for 771992c
1 file changed
README.md
@@ -47,6 +47,13 @@ You can also disable unwanted aspects of the patching process (like Events). **P
47
also auto-detect source files and use any available, but you can specify `ignoredSources` by
48
their shortname (e.g. "Framework") to prevent using a source.
49
50
+### Repositories
51
+
52
+**Patches** works best alongside your project's repository management. It is highly recommended
53
+that you add the workspace to your **.gitignore** file (default: **writable/patches**) and
54
+that you include **composer.lock** in committed code. This way you can run patches against
55
+a dedicated branch without affecting the rest of your workflow.
56
57
## Usage
58
59
**Patches** comes with a CLI Command to run patches and guide you through the process. After
0 commit comments