π΄ 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.