> Files in Git can be in one of these three states: Modified, Staged, Committed<p>> Staged: The current version of the modified file is staged to be included in the next commit.<p>A bit of a nitpick, but if I change a file, "git add" it, and then change it again, both of these statements are false.