diff --git a/quiz.md b/quiz.md index 593902e..93629b8 100644 --- a/quiz.md +++ b/quiz.md @@ -26,7 +26,7 @@ Q2. What does the command `git add` do? 3. Adds a file to the .git directory 4. Adds a file to the working directory -Answer: 3 +Answer: 2 ------ @@ -37,7 +37,7 @@ Q3 . What Git commands can be used to correct mistakes? 3. `git reset` and `git revert` 4. `git revert` and `git remove` -Answer: 1 +Answer: 2 ------