X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=git.html;h=1c5f99d50ad06ce0b7b8a81a227111cfdf6c7825;hb=e4d07807374d6ec9ffd761fb296b0a824b09d6a5;hp=2e3bba9e2d696e3f5d7b0def8ef65ee3e03c02b7;hpb=5bac83a77b7d399d76abd7bd08f676333505895c;p=www.git diff --git a/git.html b/git.html index 2e3bba9..1c5f99d 100644 --- a/git.html +++ b/git.html @@ -12,19 +12,21 @@

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 +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 2.3 branch: +

or for the 4.x branch:

-$ git clone -b FREESIDE_2_3_BRANCH git://git.freeside.biz/freeside.git freeside2.3
+$ git clone -b FREESIDE_4_BRANCH git://git.freeside.biz/freeside.git freeside4
 
+

There is also a github mirror. + { include('elements/footer.html'); }