codex-lv2-may-2025

Navigation

0 | 1 | 2 | 3 | 4 | 5 | 6 | Current Level: 7 | 8


Lesson: Explore the Terminal

🎯 Objective

Use the integrated Terminal to run commands and manage your project from within VSCode.


✅ Step 7: Explore the Terminal

A. Open the terminal via Terminal > New Terminal or use the shortcut:

✅ Commit Reminder: if you made any file changes:

git add .
git commit -m "Terminal practice and status check"
git push

✅ Summary

You learned how to:

The integrated Terminal keeps your development workflow streamlined!


Navigation

0 | 1 | 2 | 3 | 4 | 5 | 6 | Current Level: 7 | 8