という名前のローカル ブランチにすべての変更があり、ローカル ブランチ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を参照できます。
その後、相手はプル リクエストを確認して受け入れることができます。