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
Click to show internal directories.
Click to hide internal directories.