<aside> 💡 This page documents the development process engineers should follow at your company. Helpful for getting new employees up to speed.
</aside>
All code and projects will be tracked and managed in GitHub.
Checkout IE Robotics Club in Github
Structure:
Process:
If you are part of a project, you will have a repository created for you.
master
Name the branch with your first name pre-pended:
editorname/branch-name
for example, say I am working on the robomaster-playground repo, and I want to try out something new…any new feature I add will be added as follows:
git checkout -b myfullname/new_feature_name