Ludovic Courtès escreveu: > Hi, > > Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > >> Oh; you could import those your self, and push them to other branches in the >> same repository. For lilypond we have the website and the binary builder >> in >> a branch web and gub respectively. > > Branches within a Git repository are supposed to be related, i.e., to > have a fair amount of common data, otherwise using a separate repository > is probably a better idea.
The branches are related by being part of a common project, and therefore sharing the same set of committers. Also, it's not a all-or-nothing thing. Using another branch is a low profile way of getting started, because it requires no setup at all. If the need (different committers, high activity level) is there, you can always push the branches into a different repo -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
