On 26 February 2010 03:18, Lin Mac [off-list ref] wrote:
Hi,
I have a branch that have about 10 descendent branches. Now I would
like to move this branch, and all the descendent branches, to a new
base, and I might need to do so quiet frequently before I merge it to
master branch.
I tend to keep my branches as small as possible - a few commits at
most. And avoid merges like the plague. This seems to work pretty
well.
Remember you can squash your commits together to keep the branches
clean and well-ordered.
John