github的一些操作

同步PR到项目本地

在项目目录下执行

git fetch origin pull/11000/head:pr_11000

通用格式:

git fetch  pull/11000/head:

文档:
https://help.github.com/articles/checking-out-pull-requests-locally/

你可能感兴趣的:(git)