1hub-apply(1)                      hub manual                      hub-apply(1)
2
3
4

NAME

6       hub-apply - Download a patch from GitHub and apply it locally.
7

SYNOPSIS

9       hub apply GITHUB-URL
10

OPTIONS

12       GITHUB-URL
13           A 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

21       hub-am(1), hub(1), git-apply(1)
22
23
24
25
26hub version 2.12.8                03 Oct 2019                     hub-apply(1)
Impressum