我的远程 GitHub 存储库中有这两个分支:
- 发展
- 掌握
如何将开发合并到远程存储库上的 master 中?我试过了
git merge development
和
git merge origin
但它说 repo 是最新的,所以我做错了,因为 github 说开发比 master 提前 12 次提交。
更新
感谢您的跟进 - 这里有更多信息,我使用了推送到远程存储库
git push origin
并且我的更改已提交。如果我在另一个文件夹中进行克隆,如果我签出开发分支,我会看到那里的所有更改。
git branch -av
development 8265e30 - etc
hotfix-t4 8342e44 - etc
*master 0041bod - Initial Commit
remotes/origin/HEAD -> origin/master
remotes/origin/development 8265e30 - etc
remotes/origin/experimental 22cd3ef test1
remotes/origin/hotfix-t4 8342e44 test
remotes/origin/master 0041bod Initial commit