git.fjord.sh
A Fjord repository node, served to stock git over HTTPS.
This host runs the Fjord reference implementation: a repository is an immutable content-addressed object graph plus a signed, ordered control log, and the Git snapshot is derived from it. A push here lands as a Fjord change through the authoritative write path.
Clone
$ git clone https://git.fjord.sh/demo
Push
$ git push https://git.fjord.sh/demo HEAD:main # reads are open; the push path is credentialed
Browse
A read-only web browser lists the hosted repos and their trees, blobs, and commits: /_web.
This host also speaks the git smart-HTTP protocol directly; point a git client at a repo path to clone or push.