i built this because i wanted normal git repos that could live in s3, r2, postgres, sftp, minio, local disk, or a file share, with github as an optional mirror.
the main use case for me is short-lived agent sandboxes: one machine can push work before it disappears, another can pull it later, without running a git server.
would love feedback on the storage model and git workflow.