I have a specific commit on a GitHub repository from which I want to extract a patch to apply in a different place, similar what I would get when using git format-patch
.
I am lazy or the repository is too big and I don't want to fetch the whole repository just to extract that patch.
How can I do this quickly?