Peter Kümmel wrote: > And one additional advantage of working on one branch is the ability to > "communicate" over this channel, everyone could jump in without switching > the branch.
yep, if there is something unusable about git branches its online switching between them. single change in some header and you spend next x minutes on recompiling the whole tree. it may work on some modularized project, but not for lyx. so while i use git locally for lyx development i have actually many checkouts just like with older svn and work on them in parallel... pavel