Git Practice Test
Git GIT Test 2
Which of the following commands will not function if issued after you establish a new Git repository and a file named git-quiz.html?
Select your answer
A
git add
B
git commit -m "git quiz web file added"
C
git add git-quiz.html
D
git status
Need a hint?
(H)