We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
提交PR有两种方式
通常,可以再github网页上review代码,但如果想先合并PR在本地验证review,则可通过如下命令先merge远程pr到本地来跑代码验证:
git fetch origin pull/219/head:pr219 git checkout pr219
或者直接合并远程PR到本地当前分支
git pull origin pull/219/head
其中219是PR的id, pr219是本地分支名称