You will first need to commit your changes to your local machine. To do this in visual studio code:
- Click on the Git icon in the sidebar.
- Hover over changes and click on the plus icon. (Or hover over each file that you want to commit and click on the plus icon.)
- Give your commit a descriptive name where it says "Message ..."
- Click on the checkmark icon above your message.
In your terminal (in Visual Studio Code), type:
git push origin main