Git将选定的分支合并到一个新分支中,保留对分支的访问权限

时间:2017-08-26 14:41:36

标签: git github bitbucket git-bash git-commit

我打算从中输入什么: (我也从其他人那里得知我的图画表明我不太了解git - 熊对我。)

               -<>-<>-<>-<>- (B)
             /            
-----master-            
             \         
               --<>-<>- (A)

where '<>' is a commit.

到此:

                    (merge A and B into C)

               --------------o-> (C, new 'clean' branch off master)
              /             /
             /-<>-<>-<>-<>-/ (B)
            //            /
-----master--            /
              \         /
               --<>-<>-/ (A)

where 'o' is a merge of A and B into C.

然后我还能git check-out分支(A)(B)吗?

和/或我可以这样做:

               --------------o-<>-(C)
              /             /
             /-<>-<>-<>-<>-/-<>-<>-(B)
            //            /
-----master--            /
              \         /
               --<>-<>-/-<>-<>-<>-(A)

如果可以,即使是在一些方面,你能解释一下吗?感谢。

0 个答案:

没有答案