pruflyos

Results 8 comments of pruflyos

Thanks for the video. I got it working now! :-) I forgot to do a `git commit -m "Init"` after `git init` and before trying to push. ``` mkdir test...

Anyway, I'm super stoked! IPFS + Git is one of the killer use cases for IPFS right now!! Keep up the great work!

Is it possible to get/find out the IPFS Hash (starting with "Qm...") of a record in IPLD? Use case: I commit a README.md file via git ipld and I want...

> There is no direct mapping between the two - you need a separate viewer. So a workaround/process would be: 1. checkout the head revision of an ipld repository 2....

> deduplicating data between different formats... OK. It was not clear to me, that the data pushed to git is in a different format then it is "normally"...

One more question: Assume I pull/push on a workstation which is not 24/7 "online". 1. I assume that all data in the ipld repository is "pinned" automatically and never garbage...

> You can also create git CIDv1 from sha1 hash with this bash alias/function: Which sha1? Of the last file I pushed? `sha1sum file | gitcid` ? What params should...

> You call it with sha1 of latest commit - gitcid 2347e110c29742a1783134ef45f5bff58b29e40e Then there must be something wrong with the alias function you gave me above. When I call it,...