🎯 What you'll learn: The core Git workflow — init, status, add, commit, log, and diff. How to write great commit messages using Conventional Commits. How to use .gitignore to keep your repo clean. You'll do a full hands-on walkthrough creating a real project with 5 commits.
1-A 2-A 3-A 4-A | 5 status 6 . 7 = git init; git add .; git commit -m 'first commit' 8 = Pick exactly which changes go into the snapshot 9 = Compact one-line history | 10 = Git sees it but has never added/committed it