The Rise of Git for Version Control
Over the last few weeks, Linus Torvalds latest pet project has really taken off. I've signed up for an account at GitHub, sill haven't got round to getting started or using the Eclipse plugin. Today I got an email informing me that Unfuddle is offering Git.
Their announcement: If you have not yet heard of Git, it is a distributed version control system, originally developed by Linus Torvalds for Linux kernel development. It has grown over the years to serve as the development platform for many other very large and active open source projects. It has grown for a very simple reason: it is excellent.
Effective May 15th, Unfuddle customers will be able to choose between Git and Subversion repositories for their projects. Subversion is not going away, we are just adding Git as an alternative.
Anyone out there played seriously with Git yet? What do you think?


I could see GIT being a big boon if you have developers all over (like the Linux code) but for a company or team in an office - I don't see any big benefits over SVN...
http://www.assembla.com/
it has hosting for svn, mercurial and git, plus trac integration. also they have a free account. We're looking into it right now to replace our elementool's account.
But honestly, github for me is all about getting into git instead of svn to see if I like it as much as a bunch of the people I respect do.
I suspose it's like a girlfriend - they're all capable of cooking dinner and keeping you warm in winter. but it's the little things like snoring or leaving the toothpast lid off that can sometimes drive you nutz... things you don't immediately notice unless you look for them under evaluation...
However, git is still for early adoptors, doesn't have as much support or tooling, so for a general team, I'd start them off on subversion.
There's also Bazaar, another distributed source control system that appears to have a better Windows experience.