Java 将本地分支合并到GitHub中的远程分支

Java 将本地分支合并到GitHub中的远程分支,java,github,git-merge,Java,Github,Git Merge,我在名为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 branch

我在名为
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.
同样的,你可以参考

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