Course / Level 4: Your Code Has a History / Lesson 2
Switch on git init.
Lesson 2 · Your Code Has a History · Zero to AI Hero by Meegrow Labs
You turn a folder into a git repository by running git init inside it, which creates a hidden .git directory that git uses to track every change you save from that point on.