sh
> some-changes.patch
git diff
git apply /path/to/some-changes.patch
# when patch failed we can try to use -3 to apply the patch and resolve the conflict
git apply -3 /path/to/some-changes.patch
更新于 写于 GitPatch
> some-changes.patch
git diff
git apply /path/to/some-changes.patch
# when patch failed we can try to use -3 to apply the patch and resolve the conflict
git apply -3 /path/to/some-changes.patch