繁体   English   中英

将localbranch合并到GitHub中的远程分支

[英]Merge localbranch to remote branch in GitHub

我在名为B本地分支中进行了所有更改,并希望将本地分支合并到名为B的开发分支中。 我如何在GitHub中做到这一点?

另外,如何确保将本地更改合并到开发分支?

1. First you need to commit and push the local changes into the GitHub repository.
2. Need to send a pull request which is similar to the selecting the source and target branches.

同样,您可以参考https://help.github.com/articles/creating-a-pull-request

然后,另一方可以查看并接受拉取请求。

https://help.github.com/articles/using-pull-requests

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM