Branches
Branches
Section titled “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-cleanupfix/pump-permission-logictest/new-startup-sequence
:::info Placeholder Add screenshots for: Save panel, Merge helper, and History timeline view. :::