Skip to content

Branches

A branch is a separate work lane.

Use branches when:

  • You are trying risky changes
  • Multiple features are in progress
  • You want clean review before touching main

Name branches clearly, for example:

  • feature/hmi-alarm-cleanup
  • fix/pump-permission-logic
  • test/new-startup-sequence

:::info Placeholder Add screenshots for: Save panel, Merge helper, and History timeline view. :::