Welcome to your GitHub practice sandbox!
Follow the steps below to practice the GitHub workflow with VS Code.
-
Clone this repo into VS Code
Cmd+Shift+P→Git: Clone→ Paste the repo URL- Open in new window
-
Edit any file
- Add a message to
index.htmlor updatescript.js
- Add a message to
-
Commit and Push
-
Open terminal →
git add . git commit -m "Your message" git push origin main
-
Check GitHub to see your changes live!
🚀 Go explore, break things, and push your progress.