a git-remote-helper that allows you to push source code into a CouchDB
Project description
- Version:
- v0.1
- Web:
- Git:
git clone git://github.com/peritus/git-remote-couch.git (browse source)
- Download:
Abstract
git-remote-couch is a git-remote-helper that allows you to push source code into a CouchDB (you can then fetch a clone from it, of course).
Installation and Usage
First, install git-remote-couch via your favorite Python package installing mechanism, like so:
easy_install -U git-remote-helper
Then, you can start cloning a repository:
git remote add couch http+couch://localhost:5984/testrepo/ git push origin master
You can now browse your repository with CouchDB’s web interface at http://localhost:5984/_utils/database.html?testrepo or clone that repository:
git clone http+couch://localhost:5984/testrepo/ a_copy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
git-remote-couch-0.1a0.tar.gz
(5.8 kB
view hashes)