The everyday developer’s guide to version control with Git - presented by Erin Carter
About Erin
Erin is a local web developer and technology enthusiast. He uses Git daily believes it is a vital tool for project source code growth and maintenance. Erin hopes to expose fellow developers with the concept of using version control in their projects and share tips and tricks he has learned along the way.
http://www.twitter.com/erincarter
http://www.linkedin.com/in/erincarter
About Git
direct from www.git-scm.com
Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server.Branching and merging are fast and easy to do.
Git is used for version control of files, much like tools such as Mercurial, Bazaar, Subversion, CVS, Perforce, and Visual SourceSafe.
Official Website: http://refreshokc.org
Added by jeffdavis on October 27, 2009