X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=git.html;h=1c5f99d50ad06ce0b7b8a81a227111cfdf6c7825;hb=9268ac4905a0f39d71a23b3ddb6ab4454985d84d;hp=184172f0192ceca5560f5e44da94a3a8fc0b40d2;hpb=5056f0c71c95ef9c78fd7f88b7b6c91f445355c4;p=www.git diff --git a/git.html b/git.html index 184172f..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_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. + { include('elements/footer.html'); }