0 | 1 | 2 | Current Level: 3 | 4 | 5 | 6 | 7 | 8
Edit a file in VSCode and make your first Git commit.
Click on README.md
in VSCode and type:
# vscode-lesson1
a project to learn vscode with
✅ You’ve now documented your project.
In the terminal inside VSCode, type:
git add README.md
git commit -m "updated readme"
✅ You’ve made your first Git commit! 🎉
You have successfully:
You’re now comfortable with basic file editing and Git workflow in VSCode!