Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGordon Rios <gparker@gmail.com>2009-04-30 03:44:56 +0400
committerGordon Rios <gparker@gmail.com>2009-04-30 03:44:56 +0400
commitb69530d205f48621d994527f8c0ce001476db26c (patch)
tree5fa2987d01ce5c3629301eb8611737f857f88e93 /README
parent89b6cd6a38264153ae425117e09ceff3d4d92b3e (diff)
tag original version 2.3 and update README2.3
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 19 insertions, 1 deletions
diff --git a/README b/README
index c4722dcf..ef607cc9 100644
--- a/README
+++ b/README
@@ -3,4 +3,22 @@ This is the vowpal wabbit fast online learning code. It is Copyright
source license.
Contributing authors are John Langford (Primary), Lihong Li, Alex
-Strehl. \ No newline at end of file
+Strehl.
+
+Checked into github with clone URL: git://github.com/gparker/vowpal_wabbit.git
+
+To get the code install git -- in a clean directory:
+
+git clone git://github.com/gparker/vowpal_wabbit.git
+
+I've created a tag for the completely stock initial distribution '2.3' so to check out that original release and create a branch based on it:
+
+git checkout 2.3
+git checkout -b from-2.3
+
+Or, in one command:
+
+git checkout -b from-2.3 2.3
+
+Swicegood, Travis. Pragmatic Version Control with Git. 2008. (p. 102)
+