X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=git.html;h=184172f0192ceca5560f5e44da94a3a8fc0b40d2;hb=29c9cfcce77130a98cdd7c13f2f86594c62fe5f8;hp=2e3bba9e2d696e3f5d7b0def8ef65ee3e03c02b7;hpb=5bac83a77b7d399d76abd7bd08f676333505895c;p=www.git 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