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.
1. Sign up
Section titled “1. Sign up”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.
2. Create your first repository
Section titled “2. Create your first repository”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.
3. Push existing code
Section titled “3. Push existing code”git remote add origin git@codebahn.net:your-org/your-repo.gitgit push -u origin main4. Invite your team
Section titled “4. Invite your team”Go to your org’s Settings > Members to add collaborators. All plans include unlimited users.
Next steps
Section titled “Next steps”- Set up CI to start running your workflows on hosted runners.
- What Codebahn adds covers the full list of features beyond standard Git hosting.