Florian Klaempfl wrote: > Anyways, why do you want to do the same change twice? Just make it once > and merge. In a distributed environment this is more common, like: person B partially pulls (some commits) from person A, and person C pulls from both A and B. Or a diamond where B and C pull from A, and D pulls from B and C. Micha