Git Using source control features in VS Code

This lesson is available for PRO members or as a single course purchase. Sign-in and choose a plan below.
Get Unlimited PRO Access

OR


*Enrollment provides full access to this course (and updates) for life.

🍴 If you’re new to Git, check out the Full Git Course.

First, add a git repo to your project:

command line
git init

✨ Trick - Revert a Commit

One the most useful git techniques is to revert a commit. Use the source control panel in to stage files, commit them, then revert the commit.

Questions?

Ask questions via GitHub below OR chat on Slack #questions