From 69370a2b029bab0e35390ef38bda278686de9845 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 23 Jun 2015 13:49:19 -0700 Subject: [PATCH] active branches --- git.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.20.1