- git clone [email protected]:lorecol/SmartGate.git → this allows to clone this repository in your local pc
- git checkout develop → this allows you to change branch, going from main to develop where we will work
- git pull → this allows to incorporate changes made by others into your local copy of the repository
- git add . → this allows to upload your personal changes made on files inside the repository and prepares it to be uploaded
- git commit -m "( for ex. message to display )" → this allows you to commit your changes
- git push → this allows you to push your committed changes to the repository so anyone can see the new updates
To upload your changes so anyone can see it, you have to do steps from 4 to 6