我有一个最近从 master 派生的分支(mainbranch)。
如果git pull origin otherbranch
将分支 otherbranch 合并到从 master 派生的 mainbranch 中?
可以使用 Git 合并,但很想知道上面的语句会做什么。
我需要的是将 otherbranch 与主分支合并,而 megre 给出错误
fatal: 'otherbranch' does not point to a commit
我有一个最近从 master 派生的分支(mainbranch)。
如果git pull origin otherbranch
将分支 otherbranch 合并到从 master 派生的 mainbranch 中?
可以使用 Git 合并,但很想知道上面的语句会做什么。
我需要的是将 otherbranch 与主分支合并,而 megre 给出错误
fatal: 'otherbranch' does not point to a commit