Last Updated: January 25, 2022
·
641
· revagomes

Applying a remote Patch in a few seconds

Quick and dirty!

curl http://example.com/path/to/file.patch | git apply

1 Response
Add your response

Other option would be:
curl http://example.com/path/to/file.patch | pathc -p1
For when you can't apply using git.

over 1 year ago ·