chongchongzi commented on issue #310: How to contribute code?
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/310#issuecomment-533763341
 
 
   如何同时提交多个PR,我是在IDEA操作的
   1、选中upstream/dev点击Checkout AS...
   2、命名为你当次提交PR的功能名称,例如我的是添加http组件:dev-add-http-components
   3、然后有两种场景:
   一、你在当前分支开发代码:
   (1)开发完代码,然后Commit and 
Push,值得注意的是:Push的时候需要改提交的分支为origin/dev-add-http-components,
   (2)最后在github页面,点击New pull request,选择修改完的本地分支和要合并过去的分支,Create pull 
request,就完成提交 PR了。
   
   二、你在其他分支开发完代码:
   (1)打开Version Control - Log ,选择其它分支提交的代码记录,点击Cherry-Pick,更新到本地,然后Commit and 
Push,值得注意的是:Push的时候需要改提交的分支为origin/dev-add-http-components,(2)最后在github页面,点击New 
pull request,选择修改完的本地分支和要合并过去的分支,Create pull request,就完成提交 PR了。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to