Last active
September 10, 2024 13:55
-
-
Save Rarst/1d2e931004b0494255cbd335241c16d3 to your computer and use it in GitHub Desktop.
Download a patch file from a GitHub branch. Arguments: repo name, branch name (e.g. `getpatch Rarst/wp-date trac-38771`).
This file contains 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 |
as
good
hhjh
Good
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
good