Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 804 Bytes

File metadata and controls

39 lines (24 loc) · 804 Bytes

git-remote-ipfs

GoDoc

build workflow

About

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

Disclamier

Right now this project is being rewritten.
Use at your own risk.

Original project by cryptix is no longer maintained and still somehow(?) works(-ish).

Installation

go install github.com/mainiak/git-remote-ipfs/cmd/git-remote-ipfs@latest

Usage

## Yay
git clone ipfs://ipfs/<CID>

## Eh?
git fetch

## Meh?
git push

Uninstall

$ rm -v $(which git-remote-ipfs)