summaryrefslogtreecommitdiff
path: root/git.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-05-10 01:03:57 -0700
committerIvan Kohler <ivan@freeside.biz>2013-05-10 01:03:57 -0700
commit5056f0c71c95ef9c78fd7f88b7b6c91f445355c4 (patch)
tree7271e374707300b4e207e9d82be9066d4e476f3e /git.html
parent9a5dc56123294432046e88f7025477eb2e7242e5 (diff)
FREESIDE_3_BRANCH
Diffstat (limited to 'git.html')
-rw-r--r--git.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git.html b/git.html
index 2e3bba9..184172f 100644
--- a/git.html
+++ b/git.html
@@ -12,17 +12,17 @@
<p>Anonymous Git access to development versions of the Freeside source code is available.
<p>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 <code>-b FREESIDE_2_3_BRANCH</code> option to
+FREESIDE_3_BRANCH and FREESIDE_2_3_BRANCH. You can specify a branch such as
+the FREESIDE_3_BRANCH with the <code>-b FREESIDE_3_BRANCH</code> option to
<code>git clone</code>.
<p>To check out the current tree, you would do:
<pre>
$ git clone git://git.freeside.biz/freeside.git freeside
</pre>
-<p>or for the 2.3 branch:
+<p>or for the 3.x branch:
<pre>
-$ 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
</pre>
</div>