Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "SourceCode" page has been changed by NoahSlater:
http://wiki.apache.org/couchdb/SourceCode

New page:
<<Include(EditTheWiki)>>

= Source Code =

== Official Repository ==

The CouchDB source code can be found in the 
[[http://git-wip-us.apache.org/repos/asf/couchdb|Git repository]].

You can check out the code using the `git` command:

{{{
git clone http://git-wip-us.apache.org/repos/asf/couchdb.git
}}}

Committers should use the secure repository:

{{{
git clone https://git-wip-us.apache.org/repos/asf/couchdb.git
}}}

Please follow the [[ContributorWorkflow|contributor workflow]] as you work.

Read more about [[http://git-wip-us.apache.org/|Git]] at the Apache Software 
Foundation.

== Github Mirror ==

There is an [[https://github.com/apache/couchdb|official mirror]] on Github.

Please follow the [[ContributorWorkflow|contributor workflow]] if you want to 
fork and send pull requests to us.

You should be able to do this through the Github interface, and it will notify 
the mailing list for you.

Reply via email to