jeroen
10 months ago
> Files in Git can be in one of these three states: Modified, Staged, Committed
> Staged: The current version of the modified file is staged to be included in the next commit.
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.