git transport helper for ipfs
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
internal
.gitignore
.travis.yml
LICENSE
README.md
fetch.go
fetch_test.go
git.go
helpers.go
list.go
main.go
push.go
push_test.go

README.md

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.