new git tools
[www.git] / git.html
index 2e3bba9..1c5f99d 100644 (file)
--- a/git.html
+++ b/git.html
 <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_4_BRANCH and FREESIDE_3_BRANCH.  You can specify a branch such as
+the FREESIDE_4_BRANCH with the <code>-b FREESIDE_4_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 4.x branch:
 <pre>
-$ git clone -b FREESIDE_2_3_BRANCH git://git.freeside.biz/freeside.git freeside2.3
+$ git clone -b FREESIDE_4_BRANCH git://git.freeside.biz/freeside.git freeside4
 </pre>
 
+<p>There is also a <a href="https://github.com/freeside/Freeside">github mirror</a>.
+
 </div>
 
 { include('elements/footer.html'); }