Skip to content

Getting started

Codebahn is managed Git hosting with built-in CI and EU-only infrastructure. If you have used GitHub or GitLab, you already know how most of it works.

Go to codebahn.net and pick a plan. No free tier, no credit-card trial. You get a receipt from Mollie (our payment processor) immediately.

Click New Repository in the top-right. Repositories work the same way you’d expect from any Git host. See the upstream docs on repositories for details.

Terminal window
git remote add origin git@codebahn.net:your-org/your-repo.git
git push -u origin main

Go to your org’s Settings > Members to add collaborators. All plans include unlimited users.

  • Set up CI to start running your workflows on hosted runners.
  • What Codebahn adds covers the full list of features beyond standard Git hosting.