HUB-AM(1) | Hub Manual | HUB-AM(1) |
hub-am - Replicate commits from a GitHub pull request locally.
hub am [-3] GITHUB-URL
$ 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
March 2019 | GITHUB |