STM32 based flight controller, developed as a final year project for the university of bath
To download this project to your computer:
- Install GIT: https://git-scm.com/downloads
- Go into your main project directory, open commad line and run:
git clone https://github.com/your_username/TBRe21-TSAL.git
Alternativley Install https://desktop.github.com/ and setup a local repoistory
- Save: Once you make any changes, save the file or project
- Commit: Right click on the file or project, then Version Control -> Commit. Add a note what changes you have done. This will be still local until you push the changes. See the next step.
- Push: When you would like to upload all the changes to github, right click on the file / project -> Version Control -> Push
- Check: Go to your github to see if everything was uploaded correctly
If you would like to download the latest files from Github, then:
git fetch# this will download the latest files from Github to your local computer- Alternativley Install https://desktop.github.com/ and press the fetch button