But the original git folder along with the source must be committed to a centralized server if I'm not mistaken right? What was interesting about nestr was that it used blossom for that part? I maybe wrong this is just what my brain came up with trying to understand these solutions.

Reply to this note

Please Login to reply.

Discussion

The content of each commit in a PR is sent via nostr relays. The commits from maintainers pushed to the `main` branch are just sent to the git servers listed in the announcement event. However, is really easy for maintainers to change the git servers that everyone pulls from. NIP-34 turns git servers into dumb data relays similar to nostr relays.

Thanks! I'll checkout nip-34 again