.\" generated with Ronn-NG/v0.8.0 .\" http://github.com/apjanke/ronn-ng/tree/0.8.0 .TH "HUB\-AM" "1" "March 2019" "GITHUB" "Hub Manual" .SH "NAME" \fBhub\-am\fR \- Replicate commits from a GitHub pull request locally\. .SH "SYNOPSIS" \fBhub am\fR [\-3] \fIGITHUB\-URL\fR .SH "OPTIONS" .TP \-3 (Recommended) See git\-am(1)\. .TP \fIGITHUB\-URL\fR A URL to a pull request or commit on GitHub\. .SH "EXAMPLES" .nf $ 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 .fi .SH "SEE ALSO" hub\-apply(1), hub\-cherry\-pick(1), hub(1), git\-am(1)