2 pointsby aaronjaegar7 hours ago2 comments
  • ovaistariq2 hours ago
    This is very cool.
  • aaronjaegar7 hours ago
    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.