Comment by ☕️ dce
Ooh, I like it! I wonder if source.community might implement this?
Jan 21 · 3 months ago
Original Post
Git over Gemini — I wrote a git plugin that adds support for [gemini link] URLs. Fetching works over static file hosting, all that needs to be done is run `git update-server-info` on the repository and host the files over gemini. [gemini link] Once you have installed it, try cloning that same URL. There is also support for connecting to a remote git process over the gemini protocol. This gives you all the capabilities of git (not just fetch), but requires special cooperation from the server....