我打算从中输入什么: (我也从其他人那里得知我的图画表明我不太了解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)
如果可以,即使是在一些方面,你能解释一下吗?感谢。