(Choose 1 answer)
After you initialize a new Git repository and create a file named git-quiz.html, which of the following commands will not work if issued?
A. git add git-quiz.html
B. git status
C. git add.
D. git commit -m "git quiz web file added"
Q: 50