Historically, we’ve only ever allowed customers to build on the develop
branch. However, in a real-world-project, you often have multiple developers working on various features.
To fix this issue, our team have added the ability for developers to build to their own branch. Although, it is important to remember that the model itself is not versioned, therefore if you add an entity, that entity will exist for everyone.
How does this work?
Simply model your Codebots application like normal. Once you’ve built your application, you can come back and make additional changes to your model. The awesome thing here is that you will now see a drop-down menu beside the build app button. Once you click on the drop-down, you will see a re-build application button with the option to build to a git branch.
Once you hit that button, you will see an advanced build screen in which you can create a new branch to build to. For this example, I created the branch beta. One thing to note is if the branch already exists, it will commit to the already-existing branch (i.e., it doesn’t have to be a new branch).
Now, if we head over to the git repository, we will see the branch that was created earlier called beta.