Course / Level 4: Your Code Has a History / Lesson 3
Choose with git add.
Lesson 3 · Your Code Has a History · Zero to AI Hero by Meegrow Labs
You choose which changed files to include in your next snapshot by running git add followed by a filename, or git add . to stage every changed file at once.