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

时间:2013-05-16 08:00:40

标签: java github git-merge

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

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

1 个答案:

答案 0 :(得分:0)

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