April 7th, 2008

Hmmm… Git looks interesting

Monday, April 7th, 2008

Having lived through pushing most of our code from CVS to Subversion, I’m not really planning on moving to a new version control system any time soon. None the less, a new system (OK - new to me) called Git looks interesting and I thought I would do a quick post and push out some links.

Best place to start is an excellent Google TechTalk by Randall Schwartz that can be found here. More information at Wikipedia here and at the official site.

I like the fact that you typically have the entire repository locally and that you can submit patches by email. Enjoy!