.TH "hub-am" "1" "18 Oct 2023" "hub version 2.14.2" "hub manual" .nh .ad l .SH "NAME" hub\-am \- Replicate commits from a GitHub pull request locally. .SH "SYNOPSIS" .P \fB\fChub am\fR [\-3] \fIGITHUB\-URL\fP .SH "OPTIONS" .PP \-3 .RS 4 (Recommended) See git\-am(1). .RE .PP \fIGITHUB\-URL\fP .RS 4 A URL to a pull request or commit on GitHub. .RE .br .SH "EXAMPLES" .PP .RS 4 .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 .RE .SH "SEE ALSO" .P hub\-apply(1), hub\-cherry\-pick(1), hub(1), git\-am(1)