From @jbenet on Sun Nov 22 2015 00:43:02 GMT+0000 (UTC)
in IRC, rogueism asked:
Is there a spec for the git-like system on IPFS?
I answered:
not quite yet. there’s two paths:
- (1) is importing/wrapping actual git. there’s a few approaches to this, whyrusleeping made a git-http-clonable rehost GitHub - whyrusleeping/git-ipfs-rehost: A script to rehost your git repos in ipfs – cryptix made an actual git remote plugin GitHub - cryptix/git-remote-ipfs: git transport helper for ipfs
- (2) there’s adding commits to ipfs. this has been meaning to happen for a while, but i wanted to get identity right first. that still hasnt happened, but we can now count on identity being objects, so we can probably implement Versioning: Commit + Repo Datastructures · Issue #23 · ipfs/notes · GitHub very soon
Copied from original issue: Git-style Versioning · Issue #75 · ipfs-inactive/faq · GitHub