In the diagram presented on the git -scm page, Writing Changes to the Repository , this shows that when the file is untrackedadded, it goes into state unmodified.

It is right? If I run $ git add myFile, then $ git status, it shows that it is myFileready for a fix, which (from my point of view of a beginner) looks unintuitive when viewing the chart on this page.
Is the chart incorrect, incomplete, or misunderstands the chart? If the latter, please someone can explain what is meant.
source
share