git-remote-ipfs

command module
v0.0.0-...-241d124 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2019 License: MIT Imports: 18 Imported by: 0

README

git-remote-ipfs Build Status

A 'native' git protocol helper to push and pull git repos from ipfs.

go get -u github.com/cryptix/git-remote-ipfs

See GoDoc for usage.

Documentation

Overview

git-remote-helper implements a git-remote helper that uses the ipfs transport.

TODO

Currently assumes a IPFS Daemon at localhost:5001

Not completed: new Push (issue #2), IPNS, URLs like fs:/ipfs/.. (issue #3), embedded IPFS node

...

$ git clone ipfs://ipfs/$hash/repo.git
$ cd repo && make $stuff
$ git commit -a -m 'done!'
$ git push origin
=> clone-able as ipfs://ipfs/$newHash/repo.git

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL