When we go back to a previous commit, we can see each file as it was when we made the commit but adding or changing files in there isn't a good idea.

See that? Now the current commit isn't the latest commit anymore, which means we're in detached HEAD state, in which committing can lead to data losses.

Don't we want to check the status?