This seems like a fairly common and direct requirement, but I studied transplant expansion, rebase, import, export, etc., and I still have to figure it out. Hope I'm missing something obvious.
I would like to βmergeβ two branches (called branches to be specific) so that the branches themselves do not go away. Essentially, I want to extract the changes from the revision, but manually resolve cherrypick changes / conflicts (using my merge program).
It seems that import, export, transplantation, etc. generate patches and changes that are directly applied to the current working directory. But I do not want this ... instead, I want to manually determine what changes are coming in.
Appreciate your help.
source
share