From 5bac83a77b7d399d76abd7bd08f676333505895c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 19 Feb 2012 18:03:28 -0800 Subject: cvs->git --- git.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 git.html (limited to 'git.html') diff --git a/git.html b/git.html new file mode 100644 index 0000000..2e3bba9 --- /dev/null +++ b/git.html @@ -0,0 +1,30 @@ + + + +Anonymous Git access + +{ include('elements/header.html'); } + +
+ +
Anonymous Git access
+ +

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_2_3_BRANCH and FREESIDE_2_1_BRANCH. You can specify a branch such as +the FREESIDE_2_3_BRANCH with the -b FREESIDE_2_3_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 2.3 branch: +

+$ git clone -b FREESIDE_2_3_BRANCH git://git.freeside.biz/freeside.git freeside2.3
+
+ +
+ +{ include('elements/footer.html'); } -- cgit v1.2.1