Commit Your Changes
Run these commands in the terminal:
git status
git add .
git commit -m "Added my first file"👉 What students learn:
git status→ checks changesgit add .→ stages changesgit commit→ saves changes locally
Run these commands in the terminal:
git status
git add .
git commit -m "Added my first file"git status → checks changesgit add . → stages changesgit commit → saves changes locally