Git
I managed to find some time to watch this today: Tech Talk: Linus Torvalds on git
Git is a distributed SCM system – Linus wrote it in two weeks. It seems like it’s getting some traction among some of the Rails crowd. Mozilla seriously considered adopting it for Mozilla 2 work but the lack of a finished win32 client was a show stopper (although progress seems to have been made there).
There’s nothing like Tortoise for it (yet) – but it’s still pretty new – it’s been used by the kernel developers for the last two years – but it seems like it’s only in the last few months that it’s got easy enough for newbies to pickup.
Distributed SCM’s really take some brain twisting to get your head around – and Git in particular breaks with most conventions that people used to traditional centralised, file based systems are used to. Linus says that he thinks the only reason he’s been able to build git was because he didn’t have brain rot caused by exposure to traditional scm tools.
1 Comment