Source control is currently in beta. To sign up as a design partner and get early access, email us at [email protected].
- Create branches in Superblocks so multiple developers can collaborate on code.
- Commits and push your changes directly to your git repository to track every change to your code.
- Review changes so teammates can test and provide feedback before changes are released.
- Sync to Superblocks so code changes made anywhere end up back in Superblocks.
Development lifecycle
With source control, new features are developed first on branches in Superblocks. When your changes are ready, commit and push them to your repository with Superblocks’s native integration to GitHub or using the Superblocks CLI. After your changes are reviewed and you’ve merged your PR, sync changes back to Superblocks with the Superblocks CLI, popular CI/CD tools like GitHub Actions, GitLab Pipelines, and CircleCI, or by manually importing them from the Superblocks UI.

