When working with git in a decentralized manner, you need to add the URL other git repositories as a “remote” to your own setup:

git remote add <name> <URL>

For example:

git remote add tim git://thelambdalab.xyz/elpher.git
git remote add alex https://alexschroeder.ch/cgit/elpher

Now you can “git fetch tim” and “git fetch alex” to fetch all the branches on these two remotes, and then you can use “git log --oneline --graph” to show you all the ongoing developments.

List of repositories

Tim Vaughan’s repository. If you don’t have a repository of your own, you can create new branches in Tim’s repository if you start the branch name with “patch_”.

git://thelambdalab.xyz/elpher.git

gopher://thelambdalab.xyz/1/projects/elpher/

Alex Schroeder’s repositories. This includes a package to add better HTTP, HTTPS and HTML support to Elpher.

https://alexschroeder.ch/cgit/elpher

https://alexschroeder.ch/cgit/elpher-http

Étienne Deparis’ repository.

https://git.umaneti.net/elpher/

Daniel Semyonov’s repository with Elpher extras. This includes code to add Eww keybindings to Elpher.

https://git.sr.ht/~dsemy/elpher-extras