What went wrong in this Git session?

We didn't create the repository like we should haveWe didn't create index.html correctlyWe forgot to stage index.html before committingNothing went wrong

Fantastic! Because we didn't use git add to stage index.html, the file remains untracked and doesn't get committed.

Not quite! Because we didn't use git add to stage index.html, the file remains untracked and doesn't get committed.