From: Ivan Kohler Date: Fri, 10 May 2013 08:03:57 +0000 (-0700) Subject: FREESIDE_3_BRANCH X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=5056f0c71c95ef9c78fd7f88b7b6c91f445355c4;p=www.git FREESIDE_3_BRANCH --- diff --git a/git.html b/git.html index 2e3bba9..184172f 100644 --- a/git.html +++ b/git.html @@ -12,17 +12,17 @@

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

or for the 3.x branch:

-$ git clone -b FREESIDE_2_3_BRANCH git://git.freeside.biz/freeside.git freeside2.3
+$ git clone -b FREESIDE_3_BRANCH git://git.freeside.biz/freeside.git freeside3