Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Run git branch before you commit/push to verify you are working on the right branch

  • This 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 branch

  • Releases, representing the latest stable and verified on-car code, and made from this branch

...