I have 3 projects A, B based on A, C based on A.
Changes A should first be merged to B and then from B to C. There are also changes in B not affecting A but some of this changed need to be merged in C.
There some changes from A which have been incorrectly merged directly from A to C bypassing B. (I'm using the word "merged" because we needed to merge those manually because automatic delivery would include a bunch of activities we don't need to deliver to B and C).
この問題を解決するには、B ではマージされていないが、C でマージされた変更を B でマージする必要があります。A からマージすることによって作成された C のすべてのバージョンを一覧表示する方法を探しています。これらのファイルの変更を B にマージできることを確認しました。
ありがとう