krz/gitbay

A CLI-first git forge.

clone: git clone https://gitbay.org/krz/gitbay.git

#16 Git LFS support open

by cmc at 2026-08-24T03:03:05.727Z · labels: lfs roadmap

The hardest remaining migration blocker: repos with large assets (game content, ML weights, design files) cannot move at all. Implement the LFS batch API (server side over HTTPS for transfer, auth via the existing token machinery or SSH-derived short-lived credentials), content-addressed storage under the repo root, and locks later if ever. Storage accounting ties into the quota work in #14.