Collects our commonly used Matlab code.
- Create folders for different types of functionality
- If you are working on shared code, inform the coordinator of this repo before proceeding
- If code is for your personal use, create a separate folder with your name as the folder name
- Before working, do "git pull" to sync your local repo
- Create a new branch by "git checkout -b branch_name"
- Coding...
- Push your new branch to github, using "git push -u origin branch_name"
- Log on to github.com to merge your new branch with the master branch