This repository contains all code from test, analysis and simulation group C4 for are analysing a way to compute airspeed based of microphones placed on the aircraft/drone.
- Please comment your code extensively but yet concise, especially when making new variables where abbreviations are used.
- Use doc string when creating functions or classes so the reader knows what to expect from the function
- Branching is an excellent way to work in parrallel
I think those are the most important ones, feel free to add some rules and tips! And of course have fun!
Git status Git push / git push –u {remote} {branch} Git pull / git pull {remote} {branch} Git branch / git branch –vv Git remote / Git checkout / git checkout –b Git merge (git log / git checkout {id message} / git revert / git reset)