我的本地分支中的所有更改都已命名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。
然后对方可以审核并接受拉取请求。