From ec59c5c7ee9fa3b5831ed0b5f713cee218480ea3 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 12 Nov 2007 11:22:18 -0800 Subject: updated the docs, added a version to the library, added a History file --- README | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 4f2e532..624707f 100644 --- a/README +++ b/README @@ -2,6 +2,15 @@ Library for using Git in Ruby. += Homepage + +The Ruby/Git homepage is currently at : + +http://jointheconversation.org/rubygit + +Git public hosting of the project source code is at: + +http://repo.or.cz/w/rubygit.git = Roadmap @@ -149,4 +158,4 @@ And here are the operations that will need to write to your git repository. g.repack g.push - g.push(g.remote('name')) \ No newline at end of file + g.push(g.remote('name')) -- cgit