同步PR到项目本地
在项目目录下执行
git fetch origin pull/11000/head:pr_11000
通用格式:
git fetch <remote> pull/11000/head:<branch_name>
文档:
https://help.github.com/articles/checking-out-pull-requests-locally/
在项目目录下执行
git fetch origin pull/11000/head:pr_11000
通用格式:
git fetch <remote> pull/11000/head:<branch_name>
文档:
https://help.github.com/articles/checking-out-pull-requests-locally/