This is your individual repository for 41012 - Programming for Mechatronic Systems
- Git Help by 41012 Staff - is a MUST READ and has instructions and tips for GIT
- Please also register your GIT Repository here you MUST use your full UTS Email address ie [email protected]
This repository is organised in 4 folders:
- quizzes - Quiz questions and related skeleton code. You will need to complete the coding exercises, answer the questions and then
commit
andpush
your responses here. You will also recieve quizzes to review in this folder. - skeleton - Skeleton code to be used for assignments (DO NOT EDIT THIS CODE, MAKE COPY TO YOUR SCRATCH)
- tutorials - Tutorial questions, skeleton code and solutions.
- scratch - Your own private folder, to back-up your code and assignments
- Use the scratch folder for any of your own work on in-class material and assignments
- DO NOT edit the tutorials folder otherwise you may encounter git merge conflicts. Instead copy the folders/files needed into your scratch folder and thereafter edit them and commit
- Delete the build directory before committing any of your code on git to keep your repository lean