0
我有我在我的名爲B
當地分公司的所有變化,我想我的本地分支合併到名爲B
開發分支。我如何在GitHub中執行此操作?合併localbranch到遠程分支在GitHub上
另外,我該如何確保將本地更改合併到開發分支中?
我有我在我的名爲B
當地分公司的所有變化,我想我的本地分支合併到名爲B
開發分支。我如何在GitHub中執行此操作?合併localbranch到遠程分支在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。
然後對方可以查看並接受拉取請求。