Quiz: Git Basics
Test what you learned in this lesson before moving on.
Lesson Quiz
Pass with 80% to complete this lesson.
1. What does 'git add .' do?
2. Which command shows changes that have been staged but not yet committed?
3. You added 'node_modules/' to .gitignore but Git still tracks it. What should you do?
4. What are the three main areas in Git?