But often one may have the two (or more branches already) and even started MR
on them so just using a single branch and splitting it appropriately after the
fact might not work. Plus who has the patience to label each commit properly
into which MR it will belong when they make each commit an
On Sat, 17 Apr 2021, Barry Smith wrote:
>
>Say I have a project (a code whose source is not in the PETSc repository)
> that requires code from two PETSc branches (that may or may not yet be MR)
> but I do not want to make a single PETSc branch (since it would be
> incoherent).
The primary
On Sat, Apr 17, 2021 at 7:38 PM Jed Brown wrote:
> One option is to work on the throw-away combined branch as above, keep
> your commits for the two topics distinct, then cherry-pick out into the
> separate topic branches.
>
> If you are committing in the topics and respinning the throw-away bran