Documentation
GitForge is a multi-tenant git host that stores objects in S3-compatible storage. Start here, then dive into the CLI, REST API, SDKs, webhooks, or MCP.
Quickstart
1. Sign in and create a repository (or push an existing one).
2. Generate a personal access token in Settings → Access tokens, then use it as the password over HTTPS:
git remote add origin https://x:gf_YOUR_TOKEN@your-host/owner/repo.git3. Push:
git push -u origin mainNext steps
- Getting started — a fuller walkthrough.
- CLI — the gf command-line tool.
- REST API and SDKs — automate GitForge.