Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ipfs-shipyard/git-remote-ipld
https://github.com/ipfs-shipyard/git-remote-ipld
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ipfs-shipyard/git-remote-ipld
- Owner: ipfs-shipyard
- License: mit
- Created: 2017-06-09T00:40:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T11:32:36.000Z (8 months ago)
- Last Synced: 2024-06-21T13:32:02.262Z (5 months ago)
- Language: Go
- Homepage:
- Size: 18.3 MB
- Stars: 145
- Watchers: 14
- Forks: 33
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - ipfs-shipyard/git-remote-ipld - (others)
README
# Git IPLD remote helper
Push and fetch commits using IPFS!
This helper is experimental as of now
## Usage
```
Clone an example repository:
$ git clone ipld://2347e110c29742a1783134ef45f5bff58b29e40ePull a commit:
$ git pull ipld://2347e110c29742a1783134ef45f5bff58b29e40ePush:
$ git push --set-upstream ipld:// master
```Note: Some features like remote tracking are still missing, though the plugin is
quite usable. IPNS helper is WIP and doesn't yet do what it should## Installation
1. `go get github.com/ipfs-shipyard/git-remote-ipld`
2. `make install`
3. Done
5. Make sure you run go-ipfs 0.4.17 or newer as you need git support## Limitations / TODOs
* ipns remote is not implemented fully yet# Troubleshooting
* `fetch: manifest has unsupported version: 2 (we support 3)` on any command
- This usually means that tracker data format has changed
- Simply do `rm -rf .git/ipld`## License
MIT