Experimental branches

Cary Coutant ccoutant@google.com
Fri Jan 16 19:07:00 GMT 2015


>> But I've already pushed several commits onto the upstream branch.
>> Everything I've read about git says don't rebase if you've already
>> pushed your branch upstream.
>
> That's if you've actually got multiple developers coordinating.
>
> For solo development on branches, rebasing minimizes the state
> difference between trunk and the branch, and so is quite handy
> (essential?) for preparing to submit a patch set for review.

Yes. I already had a collaborator pull from my branch, and I didn't
want to disrupt him.

-cary



More information about the Gdb-patches mailing list