Branches Tutorial
Change a running project safely: work in a development branch, see the project diff, and merge your changes back into production.
Development branches let you modify component configurations without interfering with the running configurations or entire automated pipelines. This tutorial walks the whole cycle end to end — you build production configurations, change them inside a branch, review the diff, and merge back.
Development Branches explains how they work first; come back here to try it. Projects with Branches 2.0 enabled merge through a merge request instead of the direct merge shown in part 3.
- Part 1 — Preparing production configurations:
- Part 2 — Working in a branch:
- Part 3 — Merging branches: