On Oct 15, 2007, at 12:31 PM, Jerome Velociter wrote: > > It last about 1 hour and is very interesting. I like the fact git > tries > (and seem to succeed) to bind the software usage to human real-life > interactions/networks of trusts. Can't wait to experiment :) > I did some experiments too. In particular I used its capabilities to create on the fly branches, switching them and merging. It is very useful to do experiments.
Basically this page says it all: http://www.kernel.org/pub/software/ scm/git/docs/tutorial.html Hint: look at "Managing branches" section. Actually GIT seems to me a sort of RCS on (a lot of) steroids. Its peculiar capabilities make it easy to "export" it as a version control system as we usually think of it (i.e., like CVS does for RCS). And of course it does a lot more with respect to a "P2P-style" of working. Anyway it's a great utility... It's still a bit unsupported but people are starting to think about integration with popular IDEs and environments. My 2 cents, Fabio _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

