About my final project

My purpose is to create an underwater drone for filming.
By now I'm still working on a technical solution to realize it, so stay tuned for furthers and more detailed updates!
Inspiration: Fathom Drone.

About my website

I started from the layout done last year by Massimo Menichinelli. I worked a bit on CSS and HTML to edit and personalize the page.

About git

We decided to use Git as an intermediate repository for the class.
A good way to access to git from your computer is Git Bash. To install it, go to git-scm.com and download the most recent full installer.
Here the main operations to do when you want to push your work:
git pull in order to get an updated version of everything
git add for selecting a specific file
or git add . for selecting all files
or git add -u for selecting already tracked files that are modified
git commit -m "message" for saving a commit in the local repository. Please write a meaningful message.
git pull in order to be sure that you have everything updated
git push in order to send everything you commited to gitlab.