diff --git a/1-getting-started-lessons/2-github-basics/.github/pre-lecture-quiz.md b/1-getting-started-lessons/2-github-basics/.github/pre-lecture-quiz.md index 6b75242f..e82eac43 100644 --- a/1-getting-started-lessons/2-github-basics/.github/pre-lecture-quiz.md +++ b/1-getting-started-lessons/2-github-basics/.github/pre-lecture-quiz.md @@ -4,10 +4,10 @@ - [ ] git create - [ ] git start -- [ ] git init +- [x] git init 2. What does `git add` do? - [ ] Commits your code -- [ ] Adds your files to a staging area for tracking +- [x] Adds your files to a staging area for tracking - [ ] Adds your files to GitHub