{ 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_3_BRANCH and FREESIDE_2_3_BRANCH. You can specify a branch such as the FREESIDE_3_BRANCH with the -b FREESIDE_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 3.x branch:

$ git clone -b FREESIDE_3_BRANCH git://git.freeside.biz/freeside.git freeside3

There is also a github mirror.

{ include('elements/footer.html'); }