forked from jquerytools/jquerytools
-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing to the Codebase
stefanpenner edited this page Sep 13, 2010
·
25 revisions
Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. The distributed nature of git allows for optimal collaboration, and as such is the SCM of choice for the jquery.tools project.
git clone git://github.com/jquerytools/jquerytools.git
we may have more then 1 active branch. aka 1.2 , and 1.1.2
git branch --track 1-1-2-stable origin/1-1-2-stable
git checkout 1-1-2-stable