Git LFS hosting with no bandwidth fees
Store large binary assets — game textures, model weights, design files, build artifacts — in Git with real LFS support, file locking, and predictable storage pricing. No per-GB data packs. No bandwidth surprises.
Everything you need for large file Git workflows
GitHub LFS vs GitForge
A typical Unreal Engine project uses 20-50 GB of binary assets. On GitHub, that means $20-50/month in data pack fees alone — before adding bandwidth for CI pulls, teammate clones, and automated workflows. On GitForge, bandwidth is always free.
Standard Git LFS — no proprietary extensions
GitForge implements the Git LFS specification. Configure your .gitattributes, push, and large files are automatically stored in S3-compatible object storage while Git tracks lightweight pointer files. Existing Git LFS clients work without modification.
Add patterns to .gitattributes — *.psd filter=lfs diff=lfs merge=lfs -text
Git LFS intercepts tracked files and uploads them via the batch API. Pointer files go into Git history.
LFS objects are downloaded on checkout. Unlimited bandwidth means CI, teammates, and automation all pull without cost.
Use git lfs lock <file> to prevent merge conflicts on binary files. Locks are visible to the whole team.
Frequently Asked Questions
How does GitForge LFS differ from GitHub LFS?+
GitHub charges $5 per 50 GB data pack for both storage and bandwidth. GitForge includes unlimited bandwidth on every plan — you only pay for stored data. No data packs, no surprise bandwidth bills.
Can I migrate existing LFS repos to GitForge?+
Yes. Point your Git remote at GitForge and push. LFS objects transfer automatically. For large migrations, our CLI includes a bulk migration command that handles batching and resumption.
Does GitForge support LFS file locking?+
Yes. GitForge implements the full Git LFS locking API with heartbeat keep-alive. Lock a binary file before editing, and your teammates see the lock in their Git client. Locks auto-expire if the heartbeat stops.
What storage backends are supported?+
GitForge stores LFS objects in S3-compatible storage. On managed plans, we handle everything. On the Custom plan, connect your own S3, R2, GCS, or MinIO bucket — your data stays in your infrastructure.
Is there a free tier for LFS?+
Yes. The Free plan includes LFS support with 2 GB of storage and unlimited bandwidth. No credit card required.
What file types work with LFS?+
Any file type. Common patterns include .psd, .fbx, .uasset, .blend, .pt, .onnx, .safetensors, .zip, and other binary formats. Configure your .gitattributes to track the patterns your team needs.
Ready to move your large files to better hosting?
Create a free account, configure LFS tracking, and push. Your first repository is ready in under five minutes.