Welcome! Type "help" for available commands.
$
walgit is a Rust single-binary git server that stores repositories as a write-ahead log in an S3 or GCS bucket, with no database, leader, or durable local state.
It provides smart HTTP v0/v2 fetch and push, bundle-uri clones, Git LFS, a React web UI, a JSON API, per-repository push policies, and webhooks. Multiple instances run against the same bucket as disposable caches, using compare-and-swap on a manifest file for consensus without coordination.