Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whyrusleeping/git-ipfs-rehost

A script to rehost your git repos in ipfs
https://github.com/whyrusleeping/git-ipfs-rehost

Last synced: 8 days ago
JSON representation

A script to rehost your git repos in ipfs

Awesome Lists containing this project

README

        

# git-ipfs-rehost

A way to statically host your git repos in ipfs. For now, these are read only.

## Install

```
git clone https://github.com/whyrusleeping/git-ipfs-rehost
cd git-ipfs-rehost
cp git-ipfs-rehost /usr/local/bin/git-ipfs-rehost
```

## Usage

It's as easy as:

```sh
git-ipfs-rehost http://github.com/user/repo
```