Overview

JBehave uses Git to manage its source code.

Web Access

Git allows web access:

http://git.codehaus.org/gitweb.cgi?p=jbehave-web.git

Anonymous Access

git clone git://git.codehaus.org/jbehave-web.git

Committer Access

git clone ssh://git@git.codehaus.org/jbehave-web.git

Committers will need to upload their public via Xircles.

Access through a proxy

Git support HTTP protocol for cloning, which normally is allowed in corporate firewalls

git clone http://git.codehaus.org/jbehave-web.git

You may need to set http.proxy via git-config.

GitHub clones

JBehave repos are replicated on GitHub JBehave Web, which some users find easier to manage git repos. GitHub also tends to provide web-browsing URLs which are eaasier on the eye.