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
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ command makes the following assumptions (and will fail if they are not met):
23
23
* You project is in an existing Git repository
24
24
* The CodeIgniter 4 framework is installed via Composer in your **vendor/** directory
25
25
* The current branch is "clean" (no uncommitted changes or unstaged files)
26
-
* Your project files are in their standard locations (**app/**, **public/**, **writable/**, etc)
26
+
* Your project files are in their standard locations (**app/**, **public/**, **env**, **spark**)
27
+
* You have no ignored files in **app/** or **public/** that the patch process would disrupt
27
28
28
29
## Installation
29
30
@@ -190,6 +191,12 @@ you run the test cases first. Clone or download the repo and launch the tests wi
190
191
191
192
./tests/run
192
193
194
+
### Clean Up
195
+
196
+
* It is **always** safe to delete `tatter/scratch` - this branch has nothing relevant to your project.
197
+
* It is **always** safe to delete `tatter/patches`, but if you have not committed and merged the changes then you will need to start the patch process over.
198
+
* Should you decide not to use **Patches** anymore just remove the Composer package or delete the script - that's all!
199
+
193
200
### Recovery
194
201
195
202
**Patches** is very conservative and takes many precautions not to touch any of your project files.
0 commit comments