1hub-am(1) hub manual hub-am(1)
2
3
4
6 hub-am - Replicate commits from a GitHub pull request locally.
7
9 hub am [-3] GITHUB-URL
10
12 -3
13 (Recommended) See git-am(1).
14
15 GITHUB-URL
16 A URL to a pull request or commit on GitHub.
17
19 $ hub am -3 https://github.com/jingweno/gh/pull/55
20 > curl https://github.com/jingweno/gh/pull/55.patch -o /tmp/55.patch
21 > git am -3 /tmp/55.patch
22
24 hub-apply(1), hub-cherry-pick(1), hub(1), git-am(1)
25
26
27
28
29hub version 2.14.2 22 Jul 2021 hub-am(1)