0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | Current Level: 8
Apply your VSCode skills to work with an existing project and practice the complete workflow.
A. In VSCode, go to File > Open Folder and select a different project folder you already have on your computer or clone one from GitHub. B. Explore the files using the File Explorer. C. Open some files in the Editor and make small edits, such as:
<h2>
heading to an HTML filels
E. Commit your edits:
git add .
git commit -m "Made edits to existing project files"
git push
You have successfully:
Youβre now comfortable working with any project in VSCode!
β Important Reminder
β Do NOT add any extensions or customize your settings yet. We will cover Extensions and Settings customization in future lessons to avoid confusion and ensure a consistent setup.