[rspec-devel] the git experiment
Michael D. Ivey
ivey at gweezlebur.com
Wed Feb 27 10:21:04 EST 2008
On Feb 27, 2008, at 8:24 AM, David Chelimsky wrote:
>>> git clone git at gitorious.org:rspec/mainline.git
>> git clone git://gitorious.org/rspec/mainline.git
> That is correct - sadly, I copied that directly from the gitorious
> site!
> Geez :)
They're both correct :)
People who have push access should use:
git clone git at gitorious.org:rspec/mainline.git
People who are read-only should use:
git clone git://gitorious.org/rspec/mainline.git
More information about the rspec-devel
mailing list