X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=git.html;h=1c5f99d50ad06ce0b7b8a81a227111cfdf6c7825;hb=e4d07807374d6ec9ffd761fb296b0a824b09d6a5;hp=112aea2f887d3e2fa908cc38b7369306958ecea3;hpb=5bbf40cecfbc5d2d9a2b61d793611b43825e4139;p=www.git diff --git a/git.html b/git.html index 112aea2..1c5f99d 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_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 +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 3.x branch: +

or for the 4.x branch:

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

There is also a github mirror.