canary/apply.patch
Eduardo Dantas bf1fbe4a2b Add apply.patch with git apply instructions
Introduces apply.patch containing commands for applying patches using git, including options for handling whitespace and force updating.
2025-08-28 14:38:53 -03:00

3 lines
No EOL
109 B
Diff

git apply --reject --ignore-space-change --ignore-whitespace apply.patch
Force update: git am -3 apply.patch