Please don't rebase / ff the git master branches

Jacob Carlborg doob at me.com
Sun Nov 17 23:57:00 PST 2013


On 2013-11-16 13:47, Russel Winder wrote:

> I always thought it was de rigueur never to rebase a publicly published
> repository.

I think the idea is to rebase the topic branch. Make sure all new 
changes to master comes first, then the changes to the topic branch.

Usually it's perfectly fine to rebase topic branches and other temporary 
branches. You might want to be careful if you're collaborating with 
someone else on that branch.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list