diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-06-23 13:49:19 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-06-23 13:49:19 -0700 |
commit | 69370a2b029bab0e35390ef38bda278686de9845 (patch) | |
tree | 7b284aa6054d95120582ae514e0d4eb1ef45ef0c | |
parent | eecb117e823a7bb330f26a956264629998bd0368 (diff) |
active branches
-rw-r--r-- | git.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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_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 +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 3.x branch: +<p>or for the 4.x branch: <pre> -$ 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 </pre> <p>There is also a <a href="https://github.com/freeside/Freeside">github mirror</a>. |