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_4_BRANCH and FREESIDE_3_BRANCH. You can specify a branch such as
the FREESIDE_4_BRANCH with the -b FREESIDE_4_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 4.x branch:
$ git clone -b FREESIDE_4_BRANCH git://git.freeside.biz/freeside.git freeside4
There is also a github mirror.