在本地复制 GitHub pull request 中的提交。
摘要
hub am
[-3] GITHUB-URL
选项
- -3
- (建议)参见 git-am(1)。
- GITHUB-URL
- GitHub 上的 pull request 或提交的 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
另请参阅
hub-apply(1)、hub-cherry-pick(1)、hub(1)、git-am(1)