Documentation

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.git

3. Push:

git push -u origin main

Next steps