1hub-apply(1) hub manual hub-apply(1)
23
4
NAME
6hub-apply - Download a patch from GitHub and apply it locally.
7
SYNOPSIS
9hub apply GITHUB-URL
10
OPTIONS
12GITHUB-URL
13A URL to a pull request or commit on GitHub.
14
EXAMPLES
16$ hub apply https://github.com/jingweno/gh/pull/55
17> curl https://github.com/jingweno/gh/pull/55.patch -o /tmp/55.patch
18> git apply /tmp/55.patch
19
SEE ALSO
21hub-am(1), hub(1), git-apply(1)
2223
24
25
26
hub version 2.14.2 22 Jul 2021 hub-apply(1)