> > > fork topic branches off the older branch [and merge them] > > Could you explain how the above mechanisms work based on the following > cherry-pick action: > > A -- B -- C -- D -- L > \ / > E -- F -- G -- H -- K > > D is the stable branch. > K is the development branch. > G is cherry-picked and applied to D producing L. > The origin link of L would have contained (G, F). > > How would such a workflow be implemented using the temporary branches > you describe? You don't. You do everything in topic branches based off the stable branch, and you merge them. That's the other way round, compared to what you (and I) are used to. Paolo -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html