Skip to content

Latest commit

 

History

History

plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Plugin

IPFS plugin that adds a git support.

Building

Go plugins only work in linux.

go build -buildmode=plugin -o=git.so

mkdir -p ~/.ipfs/plugins

mv git.so ~/.ipfs/plugins/

chmod +x ~/.ipfs/plugins/git.so