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 に答える