跳转到主要内容

一个允许您将源代码推送到CouchDB的git-remote-helper

项目描述

作者:

Filip Noetzel

版本:
v0.1a
Web:

http://github.com/peritus/git-remote-couch/

Git:

git clone git://github.com/peritus/git-remote-couch.git (浏览源代码)

下载:

GitHub上的下载页面

摘要

git-remote-couch 是一个 git-remote-helper,允许您将源代码推送到 CouchDB(当然,您也可以从中克隆副本)。

安装和使用

首先,通过您喜欢的Python包安装机制安装 git-remote-couch,如下所示

easy_install -U git-remote-couch

然后,您可以开始克隆一个仓库

git remote add couch http+couch://:5984/testrepo/
git push origin master

现在,您可以通过CouchDB的Web界面在 https://:5984/_utils/database.html?testrepo 浏览您的仓库,或克隆该仓库

git clone http+couch://:5984/testrepo/ a_copy

项目详情


下载文件

下载您平台对应的文件。如果您不确定选择哪一个,请了解有关安装包的更多信息。

源代码发行版

git-remote-couch-0.1a2.tar.gz (7.7 kB 查看哈希值)

上传时间 源代码

由以下组织支持