Last active
September 10, 2024 13:55
Download a patch file from a GitHub branch. Arguments: repo name, branch name (e.g. `getpatch Rarst/wp-date trac-38771`).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://github.com/%1/compare/master...%2.diff > patches/%2.diff |
good
hhjh
Good
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
as