{ include('elements/header.html'); }
Anonymous Git access

Anonymous Git access to development versions of the Freeside source code is available.

There are three active branches at this time: the default master, FREESIDE_2_3_BRANCH and FREESIDE_2_1_BRANCH. You can specify a branch such as the FREESIDE_2_3_BRANCH with the -b FREESIDE_2_3_BRANCH option to git clone.

To check out the current tree, you would do:

$ git clone git://git.freeside.biz/freeside.git freeside

or for the 2.3 branch:

$ git clone -b FREESIDE_2_3_BRANCH git://git.freeside.biz/freeside.git freeside2.3
{ include('elements/footer.html'); }