This is template code for talking to the Default firmware
git config --global user.name "John Doe"
git config --global user.email [email protected]
git clone YOUR_TEAMS_REPOSITORY
# Add the example RBE firmware as an upstream pull
git remote add RBE-UPSTREAM https://github.com/WPIRoboticsEngineering/RBE3001_Matlab.git
#this pushes the master baranch to your private repo
git push -u origin master
git remote -v
If the course staff needs to update or repair any system code or the dependant libraries, then you will need to run:
git pull RBE-UPSTREAM master
Start in the directory with your checked out code.
cd src
matlab