Let's commit again to see multiple commits in the Git log. This time, let's also add a message.

Nice! Now git log reveals both of the commits we've made so far. From the commit messages we get an idea of what we've changed.

Almost! Didn't we already use that to add text to our cookie.txt file? Doesn't seem to be the right command for adding a message.