a git-remote-helper that allows you to push source code into a CouchDB
Project description
- Version:
- v0.1a
- 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-couch
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
File details
Details for the file git-remote-couch-0.1a2.tar.gz
.
File metadata
- Download URL: git-remote-couch-0.1a2.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8363562b5c06dc2c6c45e96e9b51c7279a53a3458f420ea92010c72908628a4a |
|
MD5 | 7901c05dde0bb649e3f03c3218930f38 |
|
BLAKE2b-256 | 507d695ebc3adff859f36b569661841a75072ace06c0097b3c332f480b8db3c2 |