Instructions for working on code:
- Always start by pulling from the master branch every time.
- Create a new editing branch locally for editing your code. Make sure the name is descriptive!
- Edit your code in your local editing branch.
- Add and commit your changes to your local editing branch.
- Re-pull from the remote master branch to your local master branch.
- Merge your new local master branch to your local editing branch.
- Push your local editing branch to the repository.
- Create a pull request for your new code to be reviewed.
Program | URL |
---|---|
Arduino IDE | https://www.arduino.cc/en/Main/Software |
Python 2.7 (32 bit) | https://www.python.org/downloads/ |
PyCharm | https://www.jetbrains.com/pycharm/download/ |
PyGame 1.9.1 (32 bit) | http://www.pygame.org/download.shtml |
git | https://git-scm.com/downloads |
Wireshark | http://www.wireshark.org/ |