- Download (clone) this repository to your computer by clicking on Code, copying the URL from there and then putting the following command in VSCode terminal:
git clone {url_you_copied}
- Open it in VSCode
- Open the
my_first_assignment.py
file - Edit the file (instructions are directly in the file)
- Push your changes to GitHub
- Click on the Git button in VSCode
- Prepare (=stage) any changes you want to commit with the + button next to the file name
- Add a commit message
- Click the ✅ button to commit your changes
- Click on the icon in the bottom left part of VSCode to push your changes to GitHub (will look like either of the images below)