Git & Modelbit
Modelbit is backed by Git instead of a traditional database. This allows you to version control all of your deployments, models and datasets. You can also use all of your existing Git-based workflows for CI/CD, code review, protected branches and more with Modelbit.
Getting started with Git
Start with the getting started guide for using Git and Modelbit or by cloning an existing workspace.
Connect your own GitHub, GitLab, or Azure DevOps repo
If you're a Git admin and want to sync your Modelbit repo to your team's Git provider, see:
Additional resources
- Learn more about Modelbit's git-based architecture
- Always clone your repository with
modelbit clone
to support pulling and pushing binary files. - Learn more about how Git branches create staging environments in Modelbit.
- Enable protected branches to prevent changes to your
main
branch. - In addition to modifying deployments with Git, you can create new deployments using Git.