Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个流(parent_stream),其中一些文件从主线流中设置为“导入”。我想创建一个子流,其中所有文件都被分支并且我能够提交给它们。
parent_stream
我知道如果我将父流更改为“共享”而不是“导入”是可行的,但我不想更改父流,我只需要从中分支。
流可以从其父流继承指向其他流的导入,因为它永远不会修改这些文件,但它只能从其父流分支(并合并回)。
由于您希望此流从主线流中分支文件,因此它必须是主线流的子流,而不是parent_stream不包含这些文件的可修改版本的子流。(在主线模型中,大多数流往往是主线的孩子。)