Source control and code deployment

Options
I don't have to explain much of why these features are essential.  I get nervous every time I make any changes to the code since it's always live.

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
    Hi  - you can take advantage of Branches so you can make changes to your business logic without effecting anything live. Once you're satisfied with the changes and you can switch live branches with a single click.
  • mike-k
    mike-k Member
    Options
     - are there plans to add merging capabilities to the branches? It would be great if a developer could create a branch, make mods, then merge part or all of the business logic into the main branch.
  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
     I'm not sure about merging but branches can serve for that use case... create a branch, make your modifications on the new branch, and once you're ready set the new branch to live. The endpoints will be automatically be directed to your live branch