Merge branches without checking out branch

后端 未结 3 477
我寻月下人不归
我寻月下人不归 2021-01-31 15:47

I have 3 branches.

     master [ Live Server]
      \\
       stage [ Stage Server Where we test changes; merge commits ]
        \\ 
         Dev [ Local Machi         


        
3条回答
  •  灰色年华
    2021-01-31 16:32

    You can't merge into a branch in the general case without having it checked out. There's a good reason for this, however. You need the proper working tree in order to denote and resolve merge conflicts.

提交回复
热议问题