...
Run
git branch
before you commit/push to verify you are working on the right branchThis avoids having to cherry-pick commits and such
If this mistake is made, try and correct it before it is pushed to remote
Branches
...
develop
will be treated as current, tested
The develop branch should be locked and only able to be changed by leadership
Commits on this branch will be linear
Please use
develop
instead of “master”, “main”, etc for naming the base branchReleases, representing the latest stable and verified on-car code, and made from this branch
...