command
module
Version:
v0.0.0-...-241d124
Opens a new window with list of versions in this module.
Published: Dec 19, 2019
License: MIT
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
git-remote-ipfs
A 'native' git protocol helper to push and pull git repos from ipfs.
go get -u github.com/cryptix/git-remote-ipfs
See for usage.
Documentation
¶
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
Source Files
¶
Directories
¶
internal
|
|
|
|
Click to show internal directories.
Click to hide internal directories.