This looks like a fine project for its purpose, but I think git is already open-source and p2p. You don't need sh<(curl) a bunch of binaries, instead simply connect to another git server, use git commadns to directly pull or merge code.<p>What's missing in git is code issues, wikis, discussions, github pages and most importantly, a developer profile network.<p>We need a way to embed project metadata into .git itself, so source code commits don't mess up with wikis and issues. Perhaps some independent refs like git notes?<p><a href="https://git-scm.com/docs/git-notes" rel="nofollow">https://git-scm.com/docs/git-notes</a>