摘要: 答: git fetch origin refs/pull-requests/<pull request的id>/from:<获取到本地后的分支名称> 示例如下: 获取pull request id为1111的内容,并且将获取到的分支命名为hello $ git fetch origin refs/ 阅读全文
posted @ 2020-09-07 17:55 Jello 阅读(460) 评论(0) 推荐(0) 编辑