mirror of
https://github.com/opentibiabr/canary
synced 2026-08-16 06:26:09 -04:00
Introduces apply.patch containing commands for applying patches using git, including options for handling whitespace and force updating.
3 lines
No EOL
109 B
Diff
3 lines
No EOL
109 B
Diff
git apply --reject --ignore-space-change --ignore-whitespace apply.patch
|
|
|
|
Force update: git am -3 apply.patch
|