What does the following output in the Terminal tell us?

We're on the latest commitWe're in detached-HEAD stateWe haven't staged cake.txt yetWe've made changes to cake.txt

Yes! HEAD detached indicates that we aren't on the latest commit. Also, we can see a list of untracked, or unstaged files.

Oh noes! HEAD detached indicates that we aren't on the latest commit. Also, we can see a list of untracked, or unstaged files.