0

我的本地分支中的所有更改都已命名B,并且我想将本地分支合并到名为B. 我怎样才能在 GitHub 中做到这一点?

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

4

1 回答 1

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

于 2013-05-16T08:22:00.903 回答