hub-am(1) | hub manual | hub-am(1) |
NAME¶
hub-am - Replicate commits from a GitHub pull request locally.
SYNOPSIS¶
hub am [-3] GITHUB-URL
OPTIONS¶
-3
(Recommended) See git-am(1).
GITHUB-URL
A URL to a pull request or commit on GitHub.
EXAMPLES¶
$ hub am -3 https://github.com/jingweno/gh/pull/55 > curl https://github.com/jingweno/gh/pull/55.patch -o /tmp/55.patch > git am -3 /tmp/55.patch
SEE ALSO¶
07 Jan 2024 | hub version 2.14.2 |