| After watching Linus' git talk (youtube "linus git") I've realized that while using git as we are still rocks svn,cvs,etc, we aren't really using git as intended because we are still mostly following the "central repo" model. What would be really awesome would be if PG would create his repo also (readonly of course) that we'd pull from to create anarki over from a common history. This way even if we're working in our own repos/branches, we could all be working from the same starting point. People would see PG's repo as the "stable". Anarki would be the "dev" repo sort of. Others should create their own readonly experimental, public repos with all of the things talked about here - new syntax, refactors/reorganization, etc. |