Skip to content

Repository Setup

Divyank Shah edited this page Jul 31, 2022 · 1 revision

dev branch represents a developer's environment where we can test out new features, changes without affecting the version that the solar car will be using.

main branch represents the version that the solar car will be running! Changes to this branch must be checked to ensure no errors, hence the dev branch. Everytime the Raspberry Pi is started, it will run the driverinterface.sh script which will update the local repository to include any new changes and then proceed to compile the project.

Clone this wiki locally